Apache2
apr_private.h File Reference
#include <apr.h>
#include <accctrl.h>
#include <process.h>
Include dependency graph for apr_private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SW_HIDE   0
 
#define HAVE_ACLAPI   1
 
#define __wtypes_h__
 
#define HAVE_LIMITS_H   1
 
#define HAVE_MALLOC_H   1
 
#define HAVE_PROCESS_H   1
 
#define HAVE_SIGNAL_H   1
 
#define HAVE_STDDEF_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRICMP   1
 
#define HAVE_STRNICMP   1
 
#define HAVE_STRDUP   1
 
#define HAVE_STRSTR   1
 
#define HAVE_MEMCHR   1
 
#define SIGHUP   1
 
#define SIGQUIT   3
 
#define SIGTRAP   5
 
#define SIGIOT   6
 
#define SIGBUS   7
 
#define SIGKILL   9
 
#define SIGUSR1   10
 
#define SIGUSR2   12
 
#define SIGPIPE   13
 
#define SIGALRM   14
 
#define SIGSTKFLT   16
 
#define SIGCHLD   17
 
#define SIGCONT   18
 
#define SIGSTOP   19
 
#define SIGTSTP   20
 
#define SIGTTIN   23
 
#define SIGTTOU   24
 
#define SIGURG   25
 
#define SIGXCPU   26
 
#define SIGXFSZ   27
 
#define SIGVTALRM   28
 
#define SIGPROF   29
 
#define SIGWINCH   30
 
#define SIGIO   31
 
#define sleep(t)   Sleep((t) * 1000)
 
#define SIZEOF_SHORT   2
 
#define SIZEOF_INT   4
 
#define SIZEOF_LONGLONG   8
 
#define SIZEOF_CHAR   1
 
#define SIZEOF_SSIZE_T   SIZEOF_INT
 
#define ENOSPC   1
 
#define APR_OFF_T_STRFN   apr_strtoi64
 
#define APR_DWORD_MAX   0xFFFFFFFFUL
 
#define APU_DSO_BUILD   1
 
#define HAVE_MY_GLOBAL_H   1
 
#define HAVE_SQL_H   1
 
#define HAVE_ICONV_H   APR_HAVE_ICONV
 

Typedefs

typedef void() Sigfunc(int)
 

Functions

unsigned __stdcall SignalHandling (void *)
 
int thread_ready (void)
 

Variables

APR_DECLARE_DATA int errno
 

Macro Definition Documentation

◆ __wtypes_h__

#define __wtypes_h__

◆ APR_DWORD_MAX

#define APR_DWORD_MAX   0xFFFFFFFFUL

◆ APR_OFF_T_STRFN

#define APR_OFF_T_STRFN   apr_strtoi64

◆ APU_DSO_BUILD

#define APU_DSO_BUILD   1

◆ ENOSPC

#define ENOSPC   1

◆ HAVE_ACLAPI

#define HAVE_ACLAPI   1

◆ HAVE_ICONV_H

#define HAVE_ICONV_H   APR_HAVE_ICONV

◆ HAVE_LIMITS_H

#define HAVE_LIMITS_H   1

◆ HAVE_MALLOC_H

#define HAVE_MALLOC_H   1

◆ HAVE_MEMCHR

#define HAVE_MEMCHR   1

◆ HAVE_MY_GLOBAL_H

#define HAVE_MY_GLOBAL_H   1

◆ HAVE_PROCESS_H

#define HAVE_PROCESS_H   1

◆ HAVE_SIGNAL_H

#define HAVE_SIGNAL_H   1

◆ HAVE_SQL_H

#define HAVE_SQL_H   1

◆ HAVE_STDDEF_H

#define HAVE_STDDEF_H   1

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

◆ HAVE_STRDUP

#define HAVE_STRDUP   1

◆ HAVE_STRICMP

#define HAVE_STRICMP   1

◆ HAVE_STRNICMP

#define HAVE_STRNICMP   1

◆ HAVE_STRSTR

#define HAVE_STRSTR   1

◆ SIGALRM

#define SIGALRM   14

◆ SIGBUS

#define SIGBUS   7

◆ SIGCHLD

#define SIGCHLD   17

◆ SIGCONT

#define SIGCONT   18

◆ SIGHUP

#define SIGHUP   1

◆ SIGIO

#define SIGIO   31

◆ SIGIOT

#define SIGIOT   6

◆ SIGKILL

#define SIGKILL   9

◆ SIGPIPE

#define SIGPIPE   13

◆ SIGPROF

#define SIGPROF   29

◆ SIGQUIT

#define SIGQUIT   3

◆ SIGSTKFLT

#define SIGSTKFLT   16

◆ SIGSTOP

#define SIGSTOP   19

◆ SIGTRAP

#define SIGTRAP   5

◆ SIGTSTP

#define SIGTSTP   20

◆ SIGTTIN

#define SIGTTIN   23

◆ SIGTTOU

#define SIGTTOU   24

◆ SIGURG

#define SIGURG   25

◆ SIGUSR1

#define SIGUSR1   10

◆ SIGUSR2

#define SIGUSR2   12

◆ SIGVTALRM

#define SIGVTALRM   28

◆ SIGWINCH

#define SIGWINCH   30

◆ SIGXCPU

#define SIGXCPU   26

◆ SIGXFSZ

#define SIGXFSZ   27

◆ SIZEOF_CHAR

#define SIZEOF_CHAR   1

◆ SIZEOF_INT

#define SIZEOF_INT   4

◆ SIZEOF_LONGLONG

#define SIZEOF_LONGLONG   8

◆ SIZEOF_SHORT

#define SIZEOF_SHORT   2

◆ SIZEOF_SSIZE_T

#define SIZEOF_SSIZE_T   SIZEOF_INT

◆ sleep

#define sleep (   t)    Sleep((t) * 1000)

◆ SW_HIDE

#define SW_HIDE   0

Typedef Documentation

◆ Sigfunc

typedef void() Sigfunc(int)

Function Documentation

◆ SignalHandling()

unsigned __stdcall SignalHandling ( void *  )

◆ thread_ready()

int thread_ready ( void  )

Variable Documentation

◆ errno