Home
last modified time | relevance | path

Searched refs:STREAM_LOCATE_WRAPPERS_ONLY (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/
H A Dlink.c153 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
154 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
201 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
202 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
/php-src/main/
H A Dphp_streams.h555 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
/php-src/main/streams/
H A Dstreams.c1967 …return (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wra…
2038 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
/php-src/ext/soap/
H A Dphp_http.c468 …if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY) == NUL… in make_http_soap_request()
/php-src/ext/opcache/
H A DZendAccelerator.c939 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()

Completed in 32 milliseconds