Apache HTTPD
Public Attributes | List of all members
authz_section_conf Struct Reference

Public Attributes

const charprovider_name
 
const charprovider_args
 
const void * provider_parsed_args
 
const authz_providerprovider
 
apr_int64_t limited
 
authz_logic_op op
 
int negate
 
int is_merged
 
authz_section_conffirst
 
authz_section_confnext
 

Detailed Description

Definition at line 68 of file mod_authz_core.c.

Member Data Documentation

◆ first

authz_section_conf* authz_section_conf::first

Definition at line 79 of file mod_authz_core.c.

◆ is_merged

int authz_section_conf::is_merged

true if this is not a real container but produced by AuthMerging; only used for logging

Definition at line 78 of file mod_authz_core.c.

◆ limited

apr_int64_t authz_section_conf::limited

Definition at line 73 of file mod_authz_core.c.

◆ negate

int authz_section_conf::negate

Definition at line 75 of file mod_authz_core.c.

◆ next

authz_section_conf* authz_section_conf::next

Definition at line 80 of file mod_authz_core.c.

◆ op

authz_logic_op authz_section_conf::op

Definition at line 74 of file mod_authz_core.c.

◆ provider

const authz_provider* authz_section_conf::provider

Definition at line 72 of file mod_authz_core.c.

◆ provider_args

const char* authz_section_conf::provider_args

Definition at line 70 of file mod_authz_core.c.

◆ provider_name

const char* authz_section_conf::provider_name

Definition at line 69 of file mod_authz_core.c.

◆ provider_parsed_args

const void* authz_section_conf::provider_parsed_args

Definition at line 71 of file mod_authz_core.c.


The documentation for this struct was generated from the following file: