Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Duserspace.c316 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
320 FG(user_stream_current_filename) = filename; in user_wrapper_opener()
338 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
359 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
392 FG(user_stream_current_filename) = NULL; in user_wrapper_opener()
409 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
413 FG(user_stream_current_filename) = filename; in user_wrapper_opendir()
420 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
460 FG(user_stream_current_filename) = NULL; in user_wrapper_opendir()
H A Dstreams.c1682 FG(user_stream_current_filename) = NULL; in php_shutdown_stream_hashes()
/PHP-8.1/ext/standard/
H A Dfile.h93 const char *user_stream_current_filename; /* for simple recursion protection */ member

Completed in 23 milliseconds