Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dlink.c163 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
164 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
212 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
213 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h526 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
/PHP-7.4/main/streams/
H A Dstreams.c1830 …return (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wra…
1901 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
/PHP-7.4/ext/soap/
H A Dphp_http.c472 …if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY) == NUL… in make_http_soap_request()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c876 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()

Completed in 51 milliseconds