Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c471 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() function
618 if (php_apache_request_ctor(r, ctx TSRMLS_CC)!=SUCCESS) { in php_handler()
629 if (php_apache_request_ctor(r, ctx TSRMLS_CC)!=SUCCESS) { in php_handler()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c397 static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() function
534 php_apache_request_ctor(f, ctx TSRMLS_CC); in php_output_filter()

Completed in 33 milliseconds