Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddir.c346 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in PHP_FUNCTION()
347 efree(BG(CurrentLStatFile)); in PHP_FUNCTION()
348 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c103 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()
114 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
115 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()
116 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
812 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
813 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()
814 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h189 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-5.5/main/streams/
H A Dstreams.c1930 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1949 if (BG(CurrentLStatFile)) {
1950 efree(BG(CurrentLStatFile));
1952 BG(CurrentLStatFile) = estrdup(path);
/PHP-5.5/ext/phar/
H A Dphar_object.c4676 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4677 efree(BG(CurrentLStatFile)); in PHP_METHOD()
4684 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 42 milliseconds