Home
last modified time | relevance | path

Searched refs:exceptions_arr (Results 1 – 1 of 1) sorted by relevance

/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dapache2_config.c175 apr_array_header_t *exceptions_arr) in copy_rules_phase() argument
189 exceptions = (rule_exception **)exceptions_arr->elts; in copy_rules_phase()
190 for(j = 0; j < exceptions_arr->nelts; j++) { in copy_rules_phase()
277 apr_array_header_t *exceptions_arr) in copy_rules() argument
282 exceptions_arr == NULL) { in copy_rules()
288 child_ruleset->phase_request_headers, exceptions_arr); in copy_rules()
290 child_ruleset->phase_request_body, exceptions_arr); in copy_rules()
292 child_ruleset->phase_response_headers, exceptions_arr); in copy_rules()
294 child_ruleset->phase_response_body, exceptions_arr); in copy_rules()
296 child_ruleset->phase_logging, exceptions_arr); in copy_rules()