Home
last modified time | relevance | path

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

/PHP-5.3/sapi/apache2filter/
H A Dphp_apache.h48 int request_processed; member
H A Dsapi_apache2.c528 if (ctx->request_processed) { in php_output_filter()
561 ctx->request_processed = 1; in php_output_filter()
/PHP-5.3/sapi/apache2handler/
H A Dphp_apache.h46 int request_processed; member
H A Dsapi_apache2.c554 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
682 ctx->request_processed = 1; in php_handler()

Completed in 15 milliseconds