Searched refs:section (Results 1 - 5 of 5) 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/docs/manual/style/css/
H A Dmanual-print.css148 .section h2,
149 .directive-section h2,
194 ul, .section table, .directive-section table {
544 div.section,
545 div.directive-section {
550 .section p,
551 .directive-section p {
H A Dmanual.css212 .section h2 {
217 .directive-section h2 {
267 ul, .section table, .directive-section table {
725 div.section,
726 div.directive-section {
731 .section p,
732 .directive-section p {
/httpd/include/
H A Dhttp_config.h883 * @param section_vector The per-section config vector.
1214 * Ask a module to create per-server and per-section (dir/loc/file) configs
1216 * config, and the specified per-section config vector.
1218 * @param section_vector The per-section config vector.
1219 * @param section Which section to create a config for.
1222 * @return The (new) per-section config data.
1226 const char *section,
/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 26 milliseconds