Home
last modified time | relevance | path

Searched refs:php_stream_opendir (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c174 php_stream *stream = php_stream_opendir(local_infile_directory, REPORT_ERRORS, NULL); in mysqlnd_handle_local_infile()
/PHP-8.1/ext/standard/
H A Ddir.c213 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
/PHP-8.1/ext/phar/
H A Ddirstream.c361 return php_stream_opendir(entry->tmp, options, context); in phar_wrapper_open_dir()
H A Dfunc_interceptors.c77 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
/PHP-8.1/main/
H A Dphp_streams.h367 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… macro
/PHP-8.1/main/streams/
H A Dstreams.c2307 stream = php_stream_opendir(dirname, REPORT_ERRORS, context);
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1356 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
/PHP-8.1/ext/spl/
H A Dspl_directory.c283 intern->u.dir.dirp = php_stream_opendir(ZSTR_VAL(path), REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch444 + dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);

Completed in 48 milliseconds