Home
last modified time | relevance | path

Searched refs:sapi_name_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c196 if (PHPDBG_G(sapi_name_ptr)) { in phpdbg_webdata_decompress()
197 free(PHPDBG_G(sapi_name_ptr)); in phpdbg_webdata_decompress()
200 PHPDBG_G(sapi_name_ptr) = sapi_module.name = strdup(Z_STRVAL_P(zvp)); in phpdbg_webdata_decompress()
202 PHPDBG_G(sapi_name_ptr) = sapi_module.name = NULL; in phpdbg_webdata_decompress()
H A Dphpdbg.h324 …char *sapi_name_ptr; /* store sapi name to free it if necessary to not lea… variable
H A Dphpdbg.c159 pg->sapi_name_ptr = NULL; in php_phpdbg_globals_ctor()
1775 PHPDBG_G(sapi_name_ptr) = sapi_name; in main()

Completed in 36 milliseconds