|
Apache HTTPD
|
Public Attributes | |
| const char * | provider_name |
| const char * | provider_args |
| const void * | provider_parsed_args |
| const authz_provider * | provider |
| apr_int64_t | limited |
| authz_logic_op | op |
| int | negate |
| int | is_merged |
| authz_section_conf * | first |
| authz_section_conf * | next |
Definition at line 68 of file mod_authz_core.c.
| authz_section_conf* authz_section_conf::first |
Definition at line 79 of file mod_authz_core.c.
| 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.
| apr_int64_t authz_section_conf::limited |
Definition at line 73 of file mod_authz_core.c.
| int authz_section_conf::negate |
Definition at line 75 of file mod_authz_core.c.
| authz_section_conf* authz_section_conf::next |
Definition at line 80 of file mod_authz_core.c.
| authz_logic_op authz_section_conf::op |
Definition at line 74 of file mod_authz_core.c.
| const authz_provider* authz_section_conf::provider |
Definition at line 72 of file mod_authz_core.c.
Definition at line 70 of file mod_authz_core.c.
Definition at line 69 of file mod_authz_core.c.
| const void* authz_section_conf::provider_parsed_args |
Definition at line 71 of file mod_authz_core.c.