MCPcopy Create free account
hub / github.com/apache/httpd / create_default_section

Function create_default_section

modules/aaa/mod_authz_core.c:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static authz_section_conf* create_default_section(apr_pool_t *p)
383{
384 authz_section_conf *section = apr_pcalloc(p, sizeof(*section));
385
386 section->op = AUTHZ_LOGIC_OR;
387
388 return section;
389}
390
391static const char *add_authz_provider(cmd_parms *cmd, void *config,
392 const char *args)

Callers 2

add_authz_providerFunction · 0.85
add_authz_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected