Home
last modified time | relevance | path

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

/PHP-7.2/ext/zlib/
H A Dzlib_fopen_wrapper.c133 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST in php_stream_gzopen()
/PHP-7.2/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.c2075 (options & STREAM_WILL_CAST)
/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c342 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
952 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
H A Dproc_open.c615 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in PHP_FUNCTION()
/PHP-7.2/ext/bz2/
H A Dbz2.c285 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/PHP-7.2/main/
H A Dphp_streams.h523 #define STREAM_WILL_CAST 0x00000020 macro

Completed in 34 milliseconds