|
Classes |
| struct | command_struct |
| struct | ap_configfile_t |
| struct | cmd_parms_struct |
| struct | module_struct |
| #define | AP_NO_ARGS func |
| #define | AP_RAW_ARGS func |
| #define | AP_TAKE_ARGV func |
| #define | AP_TAKE1 func |
| #define | AP_TAKE2 func |
| #define | AP_TAKE3 func |
| #define | AP_FLAG func |
| #define | AP_INIT_NO_ARGS(directive, func, mconfig, where, help) { directive, func, mconfig, where, RAW_ARGS, help } |
| #define | AP_INIT_RAW_ARGS(directive, func, mconfig, where, help) { directive, func, mconfig, where, RAW_ARGS, help } |
| #define | AP_INIT_TAKE_ARGV(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE_ARGV, help } |
| #define | AP_INIT_TAKE1(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE1, help } |
| #define | AP_INIT_ITERATE(directive, func, mconfig, where, help) { directive, func, mconfig, where, ITERATE, help } |
| #define | AP_INIT_TAKE2(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE2, help } |
| #define | AP_INIT_TAKE12(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE12, help } |
| #define | AP_INIT_ITERATE2(directive, func, mconfig, where, help) { directive, func, mconfig, where, ITERATE2, help } |
| #define | AP_INIT_TAKE13(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE13, help } |
| #define | AP_INIT_TAKE23(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE23, help } |
| #define | AP_INIT_TAKE123(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE123, help } |
| #define | AP_INIT_TAKE3(directive, func, mconfig, where, help) { directive, func, mconfig, where, TAKE3, help } |
| #define | AP_INIT_FLAG(directive, func, mconfig, where, help) { directive, func, mconfig, where, FLAG, help } |
| #define | OR_NONE 0 |
| #define | OR_LIMIT 1 |
| #define | OR_OPTIONS 2 |
| #define | OR_FILEINFO 4 |
| #define | OR_AUTHCFG 8 |
| #define | OR_INDEXES 16 |
| #define | OR_UNSET 32 |
| #define | ACCESS_CONF 64 |
| #define | RSRC_CONF 128 |
| #define | EXEC_ON_READ 256 |
| #define | OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES) |
| typedef cmd_parms_struct | cmd_parms |
| typedef const char *(* | cmd_func )() |
| typedef command_struct | command_rec |
| enum | cmd_how {
RAW_ARGS,
TAKE1,
TAKE2,
ITERATE,
ITERATE2,
FLAG,
NO_ARGS,
TAKE12,
TAKE3,
TAKE23,
TAKE123,
TAKE13,
TAKE_ARGV
} |
| const module void * | val |
| const char * | method |
apr_pool_t apr_pool_t apr_pool_t
*ptemp apr_pool_t apr_pool_t
apr_pool_t server_rec *s apr_pool_t
server_rec *s request_rec * | r |
| apr_pool_t const char * | name |
Defines |
| #define | DECLINE_CMD "\a\b" |
| #define | STANDARD_MODULE_STUFF this_module_needs_to_be_ported_to_apache_2_0 |
| #define | STANDARD20_MODULE_STUFF |
| #define | MPM20_MODULE_STUFF |
| #define | ap_get_module_config(v, m) (((void **)(v))[(m)->module_index]) |
| #define | ap_set_module_config(v, m, val) ((((void **)(v))[(m)->module_index]) = (val)) |
| #define | NOT_IN_VIRTUALHOST 0x01 |
| #define | NOT_IN_LIMIT 0x02 |
| #define | NOT_IN_DIRECTORY 0x04 |
| #define | NOT_IN_LOCATION 0x08 |
| #define | NOT_IN_FILES 0x10 |
| #define | NOT_IN_DIR_LOC_FILE (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) |
| #define | GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE) |
Typedefs |
| typedef ap_configfile_t | ap_configfile_t |
| typedef module_struct | module |
| typedef ap_conf_vector_t | ap_conf_vector_t |
Functions |
| | AP_DECLARE (void *) ap_get_module_config(const ap_conf_vector_t *cv |
| | AP_DECLARE_NONSTD (const char *) ap_set_string_slot(cmd_parms *cmd |
| | AP_DECLARE_HOOK (int, header_parser,(request_rec *r)) AP_DECLARE_HOOK(int |
Variables |
| const module * | m |
| void * | struct_ptr |
| void const char * | arg |
| const char * | fname |
| apr_pool_t * | p |
| const char * | descr |
| const char void * | param |
| const char void int(* | getc_func )(void *) |
| const char void int(*) void *(* | gets_func )(void *buf, size_t bufsiz, void *param) |
const char void int(*) void
*(*) int(* | close_func )(void *param)) |
| size_t | bufsize |
| size_t ap_configfile_t * | cfp |
| char * | directive |
| apr_pool_t * | temp_pool |
| apr_pool_t cmd_parms * | parms |
| apr_pool_t cmd_parms ap_directive_t ** | current |
apr_pool_t cmd_parms ap_directive_t
ap_directive_t ** | curr_parent |
apr_pool_t cmd_parms ap_directive_t
ap_directive_t char * | orig_directive |
| apr_pool_t * | conf_pool |
| apr_pool_t apr_pool_t ap_directive_t ** | conftree |
| cmd_parms ap_conf_vector_t * | section_vector |
| unsigned | forbidden |
| | pre_config |
| apr_pool_t * | pconf |
| apr_pool_t apr_pool_t * | plog |
apr_pool_t apr_pool_t apr_pool_t
*ptemp | post_config |
apr_pool_t apr_pool_t apr_pool_t
*ptemp apr_pool_t apr_pool_t
apr_pool_t * | ptemp |
apr_pool_t apr_pool_t apr_pool_t
*ptemp apr_pool_t apr_pool_t
apr_pool_t server_rec *s | child_init |
apr_pool_t apr_pool_t apr_pool_t
*ptemp apr_pool_t apr_pool_t
apr_pool_t server_rec *s apr_pool_t * | pchild |
apr_pool_t apr_pool_t apr_pool_t
*ptemp apr_pool_t apr_pool_t
apr_pool_t server_rec *s apr_pool_t
server_rec *s | quick_handler |