Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Duserspace.c342 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
346 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
364 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
386 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
419 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
436 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
440 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
447 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
488 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
/PHP-7.1/ext/standard/
H A Dfile.h126 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 13 milliseconds