Home
last modified time | relevance | path

Searched refs:STREAM_WILL_CAST (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/zlib/
H A Dzlib_fopen_wrapper.c126 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST in php_stream_gzopen()
/PHP-8.0/main/streams/
H A Dcast.c350 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
H A Dstreams.c2138 (options & STREAM_WILL_CAST)
/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c350 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
946 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
H A Dproc_open.c783 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in set_proc_descriptor_to_file()
/PHP-8.0/ext/bz2/
H A Dbz2.c222 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/PHP-8.0/main/
H A Dphp_streams.h525 #define STREAM_WILL_CAST 0x00000020 macro

Completed in 37 milliseconds