CurrentLStatFile 4678 ext/phar/phar_object.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile 4679 ext/phar/phar_object.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile 4686 ext/phar/phar_object.c 	BG(CurrentLStatFile) = NULL;
CurrentLStatFile  189 ext/standard/basic_functions.h 	char *CurrentStatFile, *CurrentLStatFile;
CurrentLStatFile  346 ext/standard/dir.c 	if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile)))) {
CurrentLStatFile  347 ext/standard/dir.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile  348 ext/standard/dir.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile  103 ext/standard/filestat.c 	BG(CurrentLStatFile)=NULL;
CurrentLStatFile  114 ext/standard/filestat.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile  115 ext/standard/filestat.c 		efree (BG(CurrentLStatFile));
CurrentLStatFile  116 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile  812 ext/standard/filestat.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile  813 ext/standard/filestat.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile  814 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile 1930 main/streams/streams.c 			if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
CurrentLStatFile 1949 main/streams/streams.c 					if (BG(CurrentLStatFile)) {
CurrentLStatFile 1950 main/streams/streams.c 						efree(BG(CurrentLStatFile));
CurrentLStatFile 1952 main/streams/streams.c 					BG(CurrentLStatFile) = estrdup(path);