Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Duserspace.c272 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
276 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
324 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
401 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
418 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
422 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
483 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
/PHP-5.3/ext/standard/
H A Dfile.h122 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 17 milliseconds