Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Ddir.c345 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in PHP_FUNCTION()
346 efree(BG(CurrentLStatFile)); in PHP_FUNCTION()
347 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c89 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()
100 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
101 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()
102 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
721 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
722 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()
723 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h191 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-7.3/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.3/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-7.3/main/streams/
H A Dstreams.c1912 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1931 if (BG(CurrentLStatFile)) {
1932 efree(BG(CurrentLStatFile));
1934 BG(CurrentLStatFile) = estrdup(path);
/PHP-7.3/ext/phar/
H A Dphar_object.c4675 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4676 efree(BG(CurrentLStatFile)); in PHP_METHOD()
4683 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 34 milliseconds