Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c196 int sapi_stack_apply_with_argument_stop_if_http_error(sapi_stack *stack, int type, int (*apply_func… in sapi_stack_apply_with_argument_stop_if_http_error() function
1313 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->headers_handlers, in php_header_hook()
1336 status = sapi_stack_apply_with_argument_stop_if_http_error(&conf->access_handlers, in php_access_hook()
1361 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->fixup_handlers, in php_fixup_hook()
1373 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->logger_handlers, in php_logger_hook()
1390 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->post_read_handlers, in php_post_read_hook()

Completed in 9 milliseconds