Home
last modified time | relevance | path

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

/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c472 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() function
620 if (php_apache_request_ctor(r, ctx TSRMLS_CC)!=SUCCESS) { in php_handler()
631 if (php_apache_request_ctor(r, ctx TSRMLS_CC)!=SUCCESS) { in php_handler()
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c398 static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() function
536 php_apache_request_ctor(f, ctx TSRMLS_CC); in php_output_filter()

Completed in 8 milliseconds