Home
last modified time | relevance | path

Searched refs:CurrentStatFile (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddir.c337 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
338 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
339 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
96 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
97 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
725 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
726 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
727 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h193 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c184 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
185 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
186 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()
/PHP-7.4/main/streams/
H A Dstreams.c1994 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
2014 if (BG(CurrentStatFile)) {
2015 efree(BG(CurrentStatFile));
2017 BG(CurrentStatFile) = estrdup(path);
/PHP-7.4/ext/phar/
H A Dphar_object.c4708 if (BG(CurrentStatFile)) { in PHP_METHOD()
4709 efree(BG(CurrentStatFile)); in PHP_METHOD()
4713 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 34 milliseconds