Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Duserspace.c344 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
348 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
366 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
388 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
421 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
438 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
442 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
449 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
490 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
/PHP-7.0/ext/standard/
H A Dfile.h126 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 13 milliseconds