Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h48 int request_processed; member
H A Dsapi_apache2.c526 if (ctx->request_processed) { in php_output_filter()
559 ctx->request_processed = 1; in php_output_filter()
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h46 int request_processed; member
H A Dsapi_apache2.c552 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
680 ctx->request_processed = 1; in php_handler()

Completed in 18 milliseconds