Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c129 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST in php_stream_gzopen()
/PHP-5.5/main/streams/
H A Dcast.c359 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
H A Dstreams.c2103 (options & STREAM_WILL_CAST)
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c329 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
909 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
H A Dproc_open.c653 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/bz2/
H A Dbz2.c255 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/PHP-5.5/main/
H A Dphp_streams.h509 #define STREAM_WILL_CAST 0x00000020 macro

Completed in 35 milliseconds