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

/httpd/server/
H A Dconfig.c1070 ap_conf_vector_t *section_vector,
1074 void *section_config = ap_get_module_config(section_vector, mod);
1080 ap_set_module_config(section_vector, mod, section_config);
1273 ap_conf_vector_t *section_vector)
1303 section_vector,
1335 ap_conf_vector_t *section_vector)
1339 parms->context = section_vector;
1348 errmsg = ap_walk_config_sub(current, parms, section_vector);
1069 ap_set_config_vectors(server_rec *server, ap_conf_vector_t *section_vector, const char *section, module *mod, apr_pool_t *pconf) argument
1271 ap_walk_config_sub(const ap_directive_t *current, cmd_parms *parms, ap_conf_vector_t *section_vector) argument
1333 ap_walk_config(ap_directive_t *current, cmd_parms *parms, ap_conf_vector_t *section_vector) argument

Completed in 19 milliseconds