Home
last modified time | relevance | path

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

/php-src/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-src/main/streams/
H A Dcast.c348 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
H A Dstreams.c2273 (options & STREAM_WILL_CAST)
/php-src/ext/bz2/
H A Dbz2.c222 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c349 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.c904 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in set_proc_descriptor_to_file()
/php-src/main/
H A Dphp_streams.h552 #define STREAM_WILL_CAST 0x00000020 macro

Completed in 32 milliseconds