|
Apache HTTPD
|
#include "apr_arch_threadproc.h"#include "apr_arch_file_io.h"#include "apr_thread_proc.h"#include "apr_file_io.h"#include "apr_general.h"#include "apr_strings.h"#include "apr_portable.h"#include "apr_lib.h"#include <stdlib.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | LOGON32_LOGON_NETWORK 3 |
Functions | |
| APR_DECLARE (apr_status_t) | |
| static apr_status_t | attr_cleanup (void *theattr) |
| static const char * | has_space (const char *str) |
| static char * | apr_caret_escape_args (apr_pool_t *p, const char *str) |
| apr_status_t | apr_threadproc_init (apr_pool_t *pool) |
| static apr_exit_why_e | why_from_exit_code (DWORD exit) |
Variables | |
| static apr_file_t | no_file = { NULL, INVALID_HANDLE_VALUE, } |
|
static |
| apr_status_t apr_threadproc_init | ( | apr_pool_t * | pool | ) |
|
static |
|
static |
|
static |