Apache HTTPD
Functions | Variables
nt_eventlog.c File Reference
#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 chardisplay_name = NULL
 
static HANDLE stderr_thread = NULL
 
static HANDLE stderr_ready
 

Function Documentation

◆ service_stderr_thread()

static DWORD WINAPI service_stderr_thread ( LPVOID  hPipe)
static

< Open the file for reading

<

Deprecated:
See also
APR_FOPEN_READ

< Open the file for writing

<

Deprecated:
See also
APR_FOPEN_WRITE

< Create the file if not there

<

Deprecated:
See also
APR_FOPEN_CREATE

Definition at line 29 of file nt_eventlog.c.

Variable Documentation

◆ display_name

const char* display_name = NULL
static

Definition at line 25 of file nt_eventlog.c.

◆ stderr_ready

HANDLE stderr_ready
static

Definition at line 27 of file nt_eventlog.c.

◆ stderr_thread

HANDLE stderr_thread = NULL
static

Definition at line 26 of file nt_eventlog.c.