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