Apache HTTPD
Functions | Variables
start.c File Reference
#include "apr_private.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_signal.h"
#include "shellapi.h"
#include "apr_arch_misc.h"
#include "wchar.h"
#include "apr_arch_file_io.h"
#include "apr_arch_threadproc.h"
#include "assert.h"

Go to the source code of this file.

Functions

static int warrsztoastr (const char *const **retarr, const wchar_t *arrsz)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE_NONSTD (void)
 
 APR_DECLARE (void)
 

Variables

int APR_DECLARE_DATA apr_app_init_complete = 0
 
static int initialized = 0
 
DWORD tls_apr_thread
 

Function Documentation

◆ warrsztoastr()

static int warrsztoastr ( const char *const **  retarr,
const wchar_t arrsz 
)
static

Definition at line 41 of file start.c.

Variable Documentation

◆ apr_app_init_complete

int APR_DECLARE_DATA apr_app_init_complete = 0

Definition at line 31 of file start.c.

◆ initialized

int initialized = 0
static

Definition at line 165 of file start.c.

◆ tls_apr_thread

DWORD tls_apr_thread
extern

Definition at line 29 of file thread.c.