Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Duserspace.c341 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
345 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
363 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
385 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
418 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
435 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
439 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
446 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
487 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
/PHP-7.4/ext/standard/
H A Dfile.h124 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 10 milliseconds