Main Page | Modules | Namespace List | Data Structures | File List | Data Fields | Globals | Related Pages

os.h File Reference

#include "apr.h"
#include "ap_config.h"
#include "apr_lock.h"
#include <spawn.h>
#include <except.h>
#include "apr_trace.h"

Namespaces

namespace  OS

Defines

#define PLATFORM   "iSeries"
#define ap_os_systemcase_filename(p, f)   (f)
#define ASCIITEXT_MAGIC_TYPE_PREFIX   "text/x-ascii-"
#define AS_JOBLOG   0
#define AS_ERRORLOG   1
#define AS_CASE_SENSE_ON   1
#define AS_CASE_SENSE_OFF   0

Functions

int ap_os_compare_path (char *path1, char *path2)
int ap_os_compare_pathn (char *, char *, int)
void ap_abort (void)

Variables

char * ap_server_confname
int DefaultFsCCSID
int DefaultNetCCSID
int child_process
int where_to_log
int case_sense

Define Documentation

#define ap_os_systemcase_filename p,
 )     (f)
 

Tries to match a filename to the existing patch, and returns the pathname in the case that is present on the existing path. This routine also converts alias names to long names.

Parameters:
p The pool to allocate out of
f The file to match
Returns:
The matched file name with the correct case char *ap_os_systemcase_filename(apr_pool_t *p, const char *f)

#define AS_CASE_SENSE_OFF   0
 

#define AS_CASE_SENSE_ON   1
 

#define AS_ERRORLOG   1
 

#define AS_JOBLOG   0
 

#define ASCIITEXT_MAGIC_TYPE_PREFIX   "text/x-ascii-"
 

Tests for validity of a filename on the current platform. The tests for validity are operating system specific

Parameters:
f The file to test
Returns:
1 If the filename is valid, 0 otherwise int ap_os_is_filename_valid(const char *file)

#define PLATFORM   "iSeries"
 


Function Documentation

void ap_abort void   ) 
 

Ends the server instance, forcing a joblog and dumping stack data to the trace. void ap_abort(void)

int ap_os_compare_path char *  path1,
char *  path2
 

int ap_os_compare_pathn char *  ,
char *  ,
int 
 


Variable Documentation

char* ap_server_confname
 

int case_sense
 

int child_process
 

int DefaultFsCCSID
 

int DefaultNetCCSID
 

int where_to_log
 


Generated on Thu Sep 8 10:26:44 2005 for [IBM HTTP Server (powered by Apache)] - by  doxygen 1.4.4