Home
last modified time | relevance | path

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

/PHP-8.2/main/streams/
H A Duserspace.c331 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
335 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
355 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
372 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
406 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
431 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
435 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
444 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
481 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
H A Dstreams.c1795 FG(user_stream_current_filename) = NULL; in php_shutdown_stream_hashes()
/PHP-8.2/ext/standard/
H A Dfile.h94 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 19 milliseconds