Searched refs:STREAM_LOCATE_WRAPPERS_ONLY (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | link.c | 153 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.0/main/ |
H A D | php_streams.h | 528 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
|
/PHP-8.0/main/streams/ |
H A D | streams.c | 1805 …return (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wra… 1876 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
|
/PHP-8.0/ext/soap/ |
H A D | php_http.c | 471 …if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY) == NUL… in make_http_soap_request()
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.c | 873 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()
|
Completed in 32 milliseconds