Home
last modified time | relevance | path

Searched refs:user_stream_current_filename (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/main/streams/
H A Duserspace.c346 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
350 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
368 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
434 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
451 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
455 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
462 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
510 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
/PHP-5.5/ext/standard/
H A Dfile.h124 char *user_stream_current_filename; /* for simple recursion protection */ member
H A Dfile.c163 FG(user_stream_current_filename) = NULL; in file_globals_ctor()

Completed in 15 milliseconds