CurrentLStatFile 4623 ext/phar/phar_object.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile 4624 ext/phar/phar_object.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile 4631 ext/phar/phar_object.c 	BG(CurrentLStatFile) = NULL;
CurrentLStatFile  192 ext/standard/basic_functions.h 	char *CurrentStatFile, *CurrentLStatFile;
CurrentLStatFile  353 ext/standard/dir.c 	if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile)))) {
CurrentLStatFile  354 ext/standard/dir.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile  355 ext/standard/dir.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile   91 ext/standard/filestat.c 	BG(CurrentLStatFile)=NULL;
CurrentLStatFile  102 ext/standard/filestat.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile  103 ext/standard/filestat.c 		efree (BG(CurrentLStatFile));
CurrentLStatFile  104 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile  800 ext/standard/filestat.c 	if (BG(CurrentLStatFile)) {
CurrentLStatFile  801 ext/standard/filestat.c 		efree(BG(CurrentLStatFile));
CurrentLStatFile  802 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
CurrentLStatFile 1926 main/streams/streams.c 			if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
CurrentLStatFile 1945 main/streams/streams.c 					if (BG(CurrentLStatFile)) {
CurrentLStatFile 1946 main/streams/streams.c 						efree(BG(CurrentLStatFile));
CurrentLStatFile 1948 main/streams/streams.c 					BG(CurrentLStatFile) = estrdup(path);
CurrentLStatFile  188 sapi/phpdbg/phpdbg_wait.c 			if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile)))) {
CurrentLStatFile  189 sapi/phpdbg/phpdbg_wait.c 				efree(BG(CurrentLStatFile));
CurrentLStatFile  190 sapi/phpdbg/phpdbg_wait.c 				BG(CurrentLStatFile) = NULL;