#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 |
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests for validity of a filename on the current platform. The tests for validity are operating system specific
|
|
|
|
|
|
Ends the server instance, forcing a joblog and dumping stack data to the trace. void ap_abort(void) |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4