Searched refs:CurrentLStatFile (Results 1 – 7 of 7) sorted by relevance
345 …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()
89 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()
191 char *CurrentStatFile, *CurrentLStatFile; member
188 …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()
23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
1912 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {1931 if (BG(CurrentLStatFile)) {1932 efree(BG(CurrentLStatFile));1934 BG(CurrentLStatFile) = estrdup(path);
4675 if (BG(CurrentLStatFile)) { in PHP_METHOD()4676 efree(BG(CurrentLStatFile)); in PHP_METHOD()4683 BG(CurrentLStatFile) = NULL; in PHP_METHOD()
Completed in 41 milliseconds