Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/main/
H A Dphp_streams.h541 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
/PHP-8.1/main/streams/
H A Dstreams.c1819 …return (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wra…
1890 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
/PHP-8.1/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-8.1/ext/opcache/
H A DZendAccelerator.c902 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()

Completed in 45 milliseconds