Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c546 SG(sapi_started) = 0; in sapi_deactivate()
943 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_post_entry()
953 if (SG(sapi_started) && EG(in_execution)) { in sapi_unregister_post_entry()
963 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_default_post_reader()
973 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_treat_data()
982 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_input_filter()
H A DSAPI.h130 zend_bool sapi_started; member
H A Dmain.c1506 if(!SG(sapi_started)) { in php_start_sapi()
1523 SG(sapi_started) = 1; in php_start_sapi()
1606 SG(sapi_started) = 1; in php_request_startup()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1212 int module_started = 0, sapi_started = 0; in WinMain() local
1337 sapi_started = 1; in WinMain()
1395 if (sapi_started) { in WinMain()
/PHP-5.5/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.5/sapi/milter/
H A Dphp_milter.c528 if (!SG(sapi_started) && SUCCESS != php_request_startup(TSRMLS_C)) { in mlfi_close()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c846 if (SG(sapi_started)) {
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c921 if (SG(sapi_started)) {

Completed in 53 milliseconds