current_hook      453 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_CLEANUP;
current_hook      464 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_WAITING_FOR_REQUEST;
current_hook     1300 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_URI_TRANS;
current_hook     1311 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_HEADER_PARSE;
current_hook     1322 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_AUTHENTICATION;
current_hook     1334 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_ACCESS_CONTROL;
current_hook     1347 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_TYPE_CHECKING;
current_hook     1359 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_FIXUP;
current_hook     1371 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_LOGGING;
current_hook     1384 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_POST_READ;
current_hook     1399 sapi/apache_hooks/mod_php5.c 	AP(current_hook) = AP_RESPONSE;
current_hook       35 sapi/apache_hooks/mod_php5.h 	long current_hook;
current_hook       72 sapi/apache_hooks/sapi_apache.c     if(AP(current_hook) == AP_RESPONSE) {