Home
last modified time | relevance | path

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

/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmod_security2.c867 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()
H A Dapache2_io.c705 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()
H A Dmodsecurity.h714 apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, unsigned int phase);
H A Dmodsecurity.c756 apr_status_t modsecurity_process_phase(modsec_rec *msr, unsigned int phase) { function