Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddir.c326 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in PHP_FUNCTION()
327 efree(BG(CurrentLStatFile)); in PHP_FUNCTION()
328 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c93 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()
104 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
105 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()
106 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
704 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
705 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()
706 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h84 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c182 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in phpdbg_webdata_decompress()
183 efree(BG(CurrentLStatFile)); in phpdbg_webdata_decompress()
184 BG(CurrentLStatFile) = NULL; in phpdbg_webdata_decompress()
/PHP-8.0/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt22 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-8.0/main/streams/
H A Dstreams.c1962 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1981 if (BG(CurrentLStatFile)) {
1982 efree(BG(CurrentLStatFile));
1984 BG(CurrentLStatFile) = estrdup(path);
/PHP-8.0/ext/phar/
H A Dphar_object.c4647 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4648 efree(BG(CurrentLStatFile)); in PHP_METHOD()
4655 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 84 milliseconds