Apache2
apr_private.h File Reference
#include <apr.h>
#include <ndkvers.h>
#include <alloca.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.

Data Structures

struct  app_data
 

Macros

#define HAVE_ALLOCA_H   1
 
#define HAVE_DLFCN_H   1
 
#define HAVE_LIMITS_H   1
 
#define HAVE_SIGNAL_H   1
 
#define HAVE_STDDEF_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_SYS_SELECT_H   1
 
#define HAVE_WRITEV   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_MMAN_H   1
 
#define HAVE_FCNTL_H   1
 
#define HAVE_ICONV_H   1
 
#define HAVE_UTIME_H   1
 
#define HAVE_STRICMP   1
 
#define HAVE_STRNICMP   1
 
#define HAVE_STRDUP   1
 
#define HAVE_STRSTR   1
 
#define HAVE_MEMCHR   1
 
#define HAVE_CALLOC   1
 
#define HAVE_UTIME   1
 
#define HAVE_GETENV   1
 
#define HAVE_SETENV   1
 
#define HAVE_UNSETENV   1
 
#define HAVE_WRITEV   1
 
#define HAVE_GETPASS_R   1
 
#define getpass_r   getpassword
 
#define SIGKILL   11
 
#define SIGALRM   13
 
#define SIGCHLD   14
 
#define SIGCONT   15
 
#define SIGHUP   16
 
#define SIGPIPE   17
 
#define SIGQUIT   18
 
#define SIGSTOP   19
 
#define SIGTSTP   20
 
#define SIGTTIN   21
 
#define SIGTTOU   22
 
#define SIGUSR1   23
 
#define SIGUSR2   24
 
#define SIGTRAP   25
 
#define SIGIOT   26
 
#define SIGSTKFLT   28
 
#define SIGURG   29
 
#define SIGXCPU   30
 
#define SIGXFSZ   31
 
#define SIGVTALRM   32
 
#define SIGPROF   33
 
#define SIGWINCH   34
 
#define SIGIO   35
 
#define SA_NOCLDSTOP   0x00000001
 
#define SIGBUS   SIGSEGV
 
#define _getch()   getcharacter()
 
#define SIZEOF_CHAR   1
 
#define SIZEOF_SHORT   2
 
#define SIZEOF_INT   4
 
#define SIZEOF_LONGLONG   8
 
#define SIZEOF_SSIZE_T   SIZEOF_INT
 
#define malloc(x)   library_malloc(gLibHandle,x)
 
#define _alloca   alloca
 
#define APR_INT64_STRFN   strtoll
 
#define APR_OFF_T_STRFN   strtoll
 
#define APR_DWORD_MAX   0xFFFFFFFFUL
 
#define APU_DSO_BUILD   0
 
#define HAVE_ICONV_H   1
 

Typedefs

typedef struct app_data APP_DATA
 

Functions

void netware_pool_proc_cleanup ()
 
int register_NLM (void *NLMHandle)
 
int unregister_NLM (void *NLMHandle)
 
int setGlobalPool (void *data)
 
void * getGlobalPool ()
 
int setStatCache (void *data)
 
void * getStatCache ()
 

Variables

int gLibId
 
void * gLibHandle
 

Macro Definition Documentation

◆ _alloca

#define _alloca   alloca

◆ _getch

#define _getch ( )    getcharacter()

◆ APR_DWORD_MAX

#define APR_DWORD_MAX   0xFFFFFFFFUL

◆ APR_INT64_STRFN

#define APR_INT64_STRFN   strtoll

◆ APR_OFF_T_STRFN

#define APR_OFF_T_STRFN   strtoll

◆ APU_DSO_BUILD

#define APU_DSO_BUILD   0

◆ getpass_r

#define getpass_r   getpassword

◆ HAVE_ALLOCA_H

#define HAVE_ALLOCA_H   1

◆ HAVE_CALLOC

#define HAVE_CALLOC   1

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

◆ HAVE_GETENV

#define HAVE_GETENV   1

◆ HAVE_GETPASS_R

#define HAVE_GETPASS_R   1

◆ HAVE_ICONV_H [1/2]

#define HAVE_ICONV_H   1

◆ HAVE_ICONV_H [2/2]

#define HAVE_ICONV_H   1

◆ HAVE_LIMITS_H

#define HAVE_LIMITS_H   1

◆ HAVE_MEMCHR

#define HAVE_MEMCHR   1

◆ HAVE_SETENV

#define HAVE_SETENV   1

◆ HAVE_SIGNAL_H

#define HAVE_SIGNAL_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

◆ HAVE_SYS_MMAN_H

#define HAVE_SYS_MMAN_H   1

◆ HAVE_SYS_SELECT_H

#define HAVE_SYS_SELECT_H   1

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

◆ HAVE_UNSETENV

#define HAVE_UNSETENV   1

◆ HAVE_UTIME

#define HAVE_UTIME   1

◆ HAVE_UTIME_H

#define HAVE_UTIME_H   1

◆ HAVE_WRITEV [1/2]

#define HAVE_WRITEV   1

◆ HAVE_WRITEV [2/2]

#define HAVE_WRITEV   1

◆ malloc

#define malloc (   x)    library_malloc(gLibHandle,x)

◆ SA_NOCLDSTOP

#define SA_NOCLDSTOP   0x00000001

◆ SIGALRM

#define SIGALRM   13

◆ SIGBUS

#define SIGBUS   SIGSEGV

◆ SIGCHLD

#define SIGCHLD   14

◆ SIGCONT

#define SIGCONT   15

◆ SIGHUP

#define SIGHUP   16

◆ SIGIO

#define SIGIO   35

◆ SIGIOT

#define SIGIOT   26

◆ SIGKILL

#define SIGKILL   11

◆ SIGPIPE

#define SIGPIPE   17

◆ SIGPROF

#define SIGPROF   33

◆ SIGQUIT

#define SIGQUIT   18

◆ SIGSTKFLT

#define SIGSTKFLT   28

◆ SIGSTOP

#define SIGSTOP   19

◆ SIGTRAP

#define SIGTRAP   25

◆ SIGTSTP

#define SIGTSTP   20

◆ SIGTTIN

#define SIGTTIN   21

◆ SIGTTOU

#define SIGTTOU   22

◆ SIGURG

#define SIGURG   29

◆ SIGUSR1

#define SIGUSR1   23

◆ SIGUSR2

#define SIGUSR2   24

◆ SIGVTALRM

#define SIGVTALRM   32

◆ SIGWINCH

#define SIGWINCH   34

◆ SIGXCPU

#define SIGXCPU   30

◆ SIGXFSZ

#define SIGXFSZ   31

◆ 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

Typedef Documentation

◆ APP_DATA

typedef struct app_data APP_DATA

Function Documentation

◆ getGlobalPool()

void* getGlobalPool ( )

◆ getStatCache()

void* getStatCache ( )

◆ netware_pool_proc_cleanup()

void netware_pool_proc_cleanup ( )

◆ register_NLM()

int register_NLM ( void *  NLMHandle)

◆ setGlobalPool()

int setGlobalPool ( void *  data)

◆ setStatCache()

int setStatCache ( void *  data)

◆ unregister_NLM()

int unregister_NLM ( void *  NLMHandle)

Variable Documentation

◆ gLibHandle

void* gLibHandle
extern

◆ gLibId

int gLibId
extern