|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 27.14 GB of 70.42 GB (38.54%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
share/
doc/
libaprutil1-dev/
html/
- drwxr-xr-x
|
Viewing file: apr__hooks_8h.html (10.98 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
Apache Portable Runtime Utility Library: include/apr_hooks.h File Reference
Apache Portable Runtime Utility Library
|
Apache hook functions.
More...
#include "apu.h"
#include "apr_tables.h"
Go to the source code of this file.
Defines |
#define | APR_IMPLEMENT_HOOK_GET_PROTO(ns, link, name) link##_DECLARE(apr_array_header_t *) ns##_hook_get_##name(void) |
#define | APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args) |
#define | APR_HOOK_STRUCT(members) static struct { members } _hooks; |
#define | APR_HOOK_LINK(name) apr_array_header_t *link_##name; |
#define | APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ns, link, name) |
#define | APR_IMPLEMENT_EXTERNAL_HOOK_VOID(ns, link, name, args_decl, args_use) |
#define | APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ns, link, ret, name, args_decl, args_use, ok, decline) |
#define | APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ns, link, ret, name, args_decl, args_use, decline) |
#define | APR_HOOK_REALLY_FIRST (-10) |
#define | APR_HOOK_FIRST 0 |
#define | APR_HOOK_MIDDLE 10 |
#define | APR_HOOK_LAST 20 |
#define | APR_HOOK_REALLY_LAST 30 |
Functions |
void | apr_hook_sort_register (const char *szHookName, apr_array_header_t **aHooks) |
void | apr_hook_sort_all (void) |
void | apr_hook_debug_show (const char *szName, const char *const *aszPre, const char *const *aszSucc) |
void | apr_hook_deregister_all (void) |
Variables |
apr_pool_t * | apr_hook_global_pool |
int | apr_hook_debug_enabled |
const char * | apr_hook_debug_current |
Detailed Description
|