Searched refs:CurrentLStatFile (Results 1 – 6 of 6) sorted by relevance
346 …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()
104 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()115 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()116 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()117 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()745 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()746 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()747 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
192 char *CurrentStatFile, *CurrentLStatFile; member
23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
1855 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {1872 if (BG(CurrentLStatFile)) {1873 efree(BG(CurrentLStatFile));1875 BG(CurrentLStatFile) = estrdup(path);
4716 if (BG(CurrentLStatFile)) {4717 efree(BG(CurrentLStatFile));4724 BG(CurrentLStatFile) = NULL;
Completed in 24 milliseconds