Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Duserspace.c305 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
309 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
329 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
346 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
380 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
405 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
409 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
418 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
455 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
H A Dstreams.c1836 FG(user_stream_current_filename) = NULL; in php_shutdown_stream_hashes()
/PHP-8.3/ext/standard/
H A Dfile.h100 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 19 milliseconds