Home
last modified time | relevance | path

Searched refs:CurrentLStatFile (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/standard/
H A Ddir.c347 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in PHP_FUNCTION()
348 efree(BG(CurrentLStatFile)); in PHP_FUNCTION()
349 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c91 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()
102 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
103 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()
104 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
723 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
724 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()
725 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h191 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_wait.c188 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in phpdbg_webdata_decompress()
189 efree(BG(CurrentLStatFile)); in phpdbg_webdata_decompress()
190 BG(CurrentLStatFile) = NULL; in phpdbg_webdata_decompress()
/PHP-7.2/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-7.2/main/streams/
H A Dstreams.c1902 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1921 if (BG(CurrentLStatFile)) {
1922 efree(BG(CurrentLStatFile));
1924 BG(CurrentLStatFile) = estrdup(path);
/PHP-7.2/ext/phar/
H A Dphar_object.c4761 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4762 efree(BG(CurrentLStatFile)); in PHP_METHOD()
4769 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 40 milliseconds