Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Ddir.c343 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
344 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
345 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c90 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
98 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
99 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
100 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
719 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
720 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
721 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h191 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-7.2/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.2/main/streams/
H A Dstreams.c1907 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
1927 if (BG(CurrentStatFile)) {
1928 efree(BG(CurrentStatFile));
1930 BG(CurrentStatFile) = estrdup(path);
/PHP-7.2/ext/phar/
H A Dphar_object.c4765 if (BG(CurrentStatFile)) { in PHP_METHOD()
4766 efree(BG(CurrentStatFile)); in PHP_METHOD()
4770 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 41 milliseconds