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

/httpd/modules/aaa/
H A Dmod_authz_core.c86 authz_section_conf *section; member in struct:authz_core_dir_conf
122 if (new->op == AUTHZ_LOGIC_UNSET && !new->section && base->section ) {
128 !(base->section || new->section)) {
132 authz_section_conf *section; local
134 if (base->section) {
135 if (new->section) {
136 section = apr_pcalloc(p, sizeof(*section));
359 format_authz_command(apr_pool_t *p, authz_section_conf *section) argument
375 authz_section_conf *section = apr_pcalloc(p, sizeof(*section)); local
386 authz_section_conf *section = apr_pcalloc(cmd->pool, sizeof(*section)); local
470 authz_section_conf *section; local
588 authz_core_check_section(apr_pool_t *p, server_rec *s, authz_section_conf *section, int is_conf) argument
713 apply_authz_sections(request_rec *r, authz_section_conf *section, authz_logic_op parent_op) argument
[all...]
/httpd/server/
H A Dconfig.c1071 const char *section,
1079 section_config = (*mod->create_dir_config)(pconf, (char *)section);
1186 " section", NULL);
1209 /* done with this section; move up a level */
1069 ap_set_config_vectors(server_rec *server, ap_conf_vector_t *section_vector, const char *section, module *mod, apr_pool_t *pconf) argument

Completed in 16 milliseconds