Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dlink.c146 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || in PHP_FUNCTION()
147 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
194 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || in PHP_FUNCTION()
195 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
H A Dlink_win32.c154 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || in PHP_FUNCTION()
155 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
209 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || in PHP_FUNCTION()
210 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h512 #define STREAM_LOCATE_WRAPPERS_ONLY 0x00000040 macro
/PHP-5.5/main/streams/
H A Dstreams.c1769 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
1842 if (options & STREAM_LOCATE_WRAPPERS_ONLY) {
/PHP-5.5/ext/soap/
H A Dphp_http.c467 …if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_… in make_http_soap_request()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c651 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC); in zend_get_stream_timestamp()

Completed in 30 milliseconds