Home
last modified time | relevance | path

Searched refs:sapi_started (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/main/
H A DSAPI.c555 SG(sapi_started) = 0; in sapi_deactivate()
952 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_post_entry()
962 if (SG(sapi_started) && EG(in_execution)) { in sapi_unregister_post_entry()
972 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_default_post_reader()
982 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_treat_data()
991 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_input_filter()
H A DSAPI.h133 zend_bool sapi_started; member
H A Dmain.c1589 if(!SG(sapi_started)) { in php_start_sapi()
1606 SG(sapi_started) = 1; in php_start_sapi()
1692 SG(sapi_started) = 1; in php_request_startup()
/PHP-5.6/sapi/cli/
H A Dphp_cli.c1216 int module_started = 0, sapi_started = 0; in WinMain() local
1341 sapi_started = 1; in WinMain()
1399 if (sapi_started) { in WinMain()
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c456 if(SG(sapi_started)) { in php_apache_request_shutdown()
458 SG(sapi_started) = 0; in php_apache_request_shutdown()
/PHP-5.6/sapi/milter/
H A Dphp_milter.c528 if (!SG(sapi_started) && SUCCESS != php_request_startup(TSRMLS_C)) { in mlfi_close()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c851 if (SG(sapi_started)) {
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c929 if (SG(sapi_started)) {

Completed in 73 milliseconds