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.3/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
1318 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->headers_handlers, in php_header_hook()
1341 status = sapi_stack_apply_with_argument_stop_if_http_error(&conf->access_handlers, in php_access_hook()
1366 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->fixup_handlers, in php_fixup_hook()
1378 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->logger_handlers, in php_logger_hook()
1395 return sapi_stack_apply_with_argument_stop_if_http_error(&conf->post_read_handlers, in php_post_read_hook()

Completed in 10 milliseconds