Apache HTTPD
Macros | Functions | Variables
proc.c File Reference
#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 charhas_space (const char *str)
 
static charapr_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, }
 

Macro Definition Documentation

◆ LOGON32_LOGON_NETWORK

#define LOGON32_LOGON_NETWORK   3

Definition at line 45 of file proc.c.

Function Documentation

◆ apr_caret_escape_args()

static char * apr_caret_escape_args ( apr_pool_t p,
const char str 
)
static

Definition at line 355 of file proc.c.

◆ apr_threadproc_init()

apr_status_t apr_threadproc_init ( apr_pool_t pool)

Definition at line 441 of file proc.c.

◆ attr_cleanup()

static apr_status_t attr_cleanup ( void *  theattr)
static

Definition at line 230 of file proc.c.

◆ has_space()

static const char * has_space ( const char str)
static

Definition at line 344 of file proc.c.

◆ why_from_exit_code()

static apr_exit_why_e why_from_exit_code ( DWORD  exit)
static

Definition at line 979 of file proc.c.

Variable Documentation

◆ no_file

apr_file_t no_file = { NULL, INVALID_HANDLE_VALUE, }
static

Definition at line 38 of file proc.c.