|
Apache HTTPD
|
#include "httpd.h"#include "http_log.h"#include "mpm_winnt.h"#include "apr_strings.h"#include "apr_lib.h"#include "apr_portable.h"#include "ap_regkey.h"Go to the source code of this file.
Functions | |
| static DWORD WINAPI | service_stderr_thread (LPVOID hPipe) |
| void | mpm_nt_eventlog_stderr_flush (void) |
| void | mpm_nt_eventlog_stderr_open (const char *argv0, apr_pool_t *p) |
Variables | |
| static const char * | display_name = NULL |
| static HANDLE | stderr_thread = NULL |
| static HANDLE | stderr_ready |
< Open the file for reading
<
< Open the file for writing
<
< Create the file if not there
<
Definition at line 29 of file nt_eventlog.c.
Definition at line 25 of file nt_eventlog.c.
|
static |
Definition at line 27 of file nt_eventlog.c.
Definition at line 26 of file nt_eventlog.c.