Searched refs:STREAM_LOCATE_WRAPPERS_ONLY (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | link.c | 163 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 D | php_streams.h | 526 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
|
/PHP-7.4/main/streams/ |
H A D | streams.c | 1830 …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 D | php_http.c | 472 …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 D | ZendAccelerator.c | 876 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()
|
Completed in 26 milliseconds