Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dlink.c147 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
148 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
196 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
197 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
H A Dlink_win32.c150 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
151 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
223 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
224 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
/PHP-7.2/main/
H A Dphp_streams.h526 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
/PHP-7.2/main/streams/
H A Dstreams.c1742 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
1812 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
/PHP-7.2/ext/soap/
H A Dphp_http.c471 …if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY) == NUL… in make_http_soap_request()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c780 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()

Completed in 40 milliseconds