Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c464 static apr_status_t php_server_context_cleanup(void *data_) in php_server_context_cleanup() function
532 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_apache_ini_dtor()
559 …apr_pool_cleanup_register(r->pool, (void *)&SG(server_context), php_server_context_cleanup, apr_po… in php_handler()
691 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_handler()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c676 static apr_status_t php_server_context_cleanup(void *data_) in php_server_context_cleanup() function
695 php_server_context_cleanup, in php_post_read_request()

Completed in 10 milliseconds