Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c128 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST in php_stream_gzopen()
/PHP-7.4/main/streams/
H A Dcast.c352 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
H A Dstreams.c2165 (options & STREAM_WILL_CAST)
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c352 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
939 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
H A Dproc_open.c746 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/bz2/
H A Dbz2.c290 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/PHP-7.4/main/
H A Dphp_streams.h523 #define STREAM_WILL_CAST 0x00000020 macro

Completed in 36 milliseconds