Searched defs:ap_conf_vector_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dhttp_config.h325 struct ap_conf_vector_t *context;
484 typedef struct ap_conf_vector_t ap_conf_vector_t; typedef in typeref:struct:ap_conf_vector_t
494 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
505 AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
888 ap_conf_vector_t *section_vector);
1043 AP_DECLARE(ap_conf_vector_t*) ap_create_request_config(apr_pool_t *p);
1050 AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p);
1058 AP_CORE_DECLARE(ap_conf_vector_t*) ap_merge_per_dir_configs(apr_pool_t *p,
1059 ap_conf_vector_t *bas
[all...]

Completed in 13 milliseconds