CurrentStatFile  4682 ext/phar/phar_object.c 	if (BG(CurrentStatFile)) {
CurrentStatFile  4683 ext/phar/phar_object.c 		efree(BG(CurrentStatFile));
CurrentStatFile  4687 ext/phar/phar_object.c 	BG(CurrentStatFile) = NULL;
CurrentStatFile   189 ext/standard/basic_functions.h 	char *CurrentStatFile, *CurrentLStatFile;
CurrentStatFile   342 ext/standard/dir.c 	if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) {
CurrentStatFile   343 ext/standard/dir.c 		efree(BG(CurrentStatFile));
CurrentStatFile   344 ext/standard/dir.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile   102 ext/standard/filestat.c 	BG(CurrentStatFile)=NULL;
CurrentStatFile   110 ext/standard/filestat.c 	if (BG(CurrentStatFile)) {
CurrentStatFile   111 ext/standard/filestat.c 		efree (BG(CurrentStatFile));
CurrentStatFile   112 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile   808 ext/standard/filestat.c 	if (BG(CurrentStatFile)) {
CurrentStatFile   809 ext/standard/filestat.c 		efree(BG(CurrentStatFile));
CurrentStatFile   810 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile  1935 main/streams/streams.c 			if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
CurrentStatFile  1955 main/streams/streams.c 					if (BG(CurrentStatFile)) {
CurrentStatFile  1956 main/streams/streams.c 						efree(BG(CurrentStatFile));
CurrentStatFile  1958 main/streams/streams.c 					BG(CurrentStatFile) = estrdup(path);