Home
last modified time | relevance | path

Searched refs:CURLINFO_PROTOCOL (Results 1 – 12 of 12) sorted by relevance

/external/curl/tests/libtest/
Dlib1535.c41 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
66 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
91 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test()
110 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
Dlib1558.c45 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
/external/curl/tests/data/
Dtest15585 CURLINFO_PROTOCOL
24 CURLINFO_PROTOCOL for file:// transfer
Dtest153530 Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL
/external/curl/src/
Dtool_cb_hdr.c103 curl_easy_getinfo(outs->config->easy, CURLINFO_PROTOCOL, &protocol); in tool_header_cb()
Dtool_operate.c1676 curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in operate_do()
/external/curl/docs/libcurl/opts/
DMakefile.inc37 CURLINFO_PROTOCOL.3 \
/external/curl/lib/
Dgetinfo.c243 case CURLINFO_PROTOCOL: in getinfo_long()
/external/curl/docs/libcurl/
Dsymbols-in-versions259 CURLINFO_PROTOCOL 7.52.0
/external/curl/include/curl/
Dcurl.h2597 CURLINFO_PROTOCOL = CURLINFO_LONG + 48, enumerator
/external/curl/packages/OS400/
Dcurl.inc.in1621 d CURLINFO_PROTOCOL... CURLINFO_LONG + 48
/external/curl/
DCHANGES2129 - test1558: verify CURLINFO_PROTOCOL on file:// transfer
4346 other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...)