Searched refs:modsecurity_process_phase (Results 1 – 4 of 4) sorted by relevance
867 if (modsecurity_process_phase(msr, PHASE_REQUEST_HEADERS) > 0) { in hook_request_early()954 if (modsecurity_process_phase(msr, PHASE_REQUEST_HEADERS) > 0) { in hook_request_late()1081 if (modsecurity_process_phase(msr, PHASE_REQUEST_BODY) > 0) { in hook_request_late()1322 modsecurity_process_phase(msr, PHASE_LOGGING); in hook_log_transaction()
705 rc = modsecurity_process_phase(msr, PHASE_RESPONSE_HEADERS); in output_filter()906 rc = modsecurity_process_phase(msr, PHASE_RESPONSE_BODY); in output_filter()982 rc = modsecurity_process_phase(msr, PHASE_RESPONSE_BODY); in output_filter()
714 apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, unsigned int phase);
756 apr_status_t modsecurity_process_phase(modsec_rec *msr, unsigned int phase) { function