Searched refs:current_hook (Results 1 – 3 of 3) sorted by relevance
35 long current_hook; member
458 AP(current_hook) = AP_CLEANUP; in php_apache_request_shutdown()469 AP(current_hook) = AP_WAITING_FOR_REQUEST; in php_apache_request_shutdown()1305 AP(current_hook) = AP_URI_TRANS; in php_uri_translation()1316 AP(current_hook) = AP_HEADER_PARSE; in php_header_hook()1327 AP(current_hook) = AP_AUTHENTICATION; in php_auth_hook()1339 AP(current_hook) = AP_ACCESS_CONTROL; in php_access_hook()1352 AP(current_hook) = AP_TYPE_CHECKING; in php_type_hook()1364 AP(current_hook) = AP_FIXUP; in php_fixup_hook()1376 AP(current_hook) = AP_LOGGING; in php_logger_hook()1389 AP(current_hook) = AP_POST_READ; in php_post_read_hook()[all …]
72 if(AP(current_hook) == AP_RESPONSE) { in apache_php_module_hook()
Completed in 10 milliseconds