Home
last modified time | relevance | path

Searched refs:php_curl_stream_ops (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.3/ext/curl/
H A Dphp_curl.h157 extern php_stream_ops php_curl_stream_ops;
158 #define PHP_STREAM_IS_CURL &php_curl_stream_ops
H A Dstreams.c257 php_stream_ops php_curl_stream_ops = { variable
279 stream = php_stream_alloc(&php_curl_stream_ops, curlstream, 0, mode); in php_curl_stream_opener()

Completed in 16 milliseconds