Searched refs:CURLINFO_PROTOCOL (Results 1 – 12 of 12) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1535.c | 41 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()
|
D | lib1558.c | 45 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
|
/external/curl/tests/data/ |
D | test1558 | 5 CURLINFO_PROTOCOL 24 CURLINFO_PROTOCOL for file:// transfer
|
D | test1535 | 30 Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL
|
/external/curl/src/ |
D | tool_cb_hdr.c | 103 curl_easy_getinfo(outs->config->easy, CURLINFO_PROTOCOL, &protocol); in tool_header_cb()
|
D | tool_operate.c | 1676 curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in operate_do()
|
/external/curl/docs/libcurl/opts/ |
D | Makefile.inc | 37 CURLINFO_PROTOCOL.3 \
|
/external/curl/lib/ |
D | getinfo.c | 243 case CURLINFO_PROTOCOL: in getinfo_long()
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 259 CURLINFO_PROTOCOL 7.52.0
|
/external/curl/include/curl/ |
D | curl.h | 2597 CURLINFO_PROTOCOL = CURLINFO_LONG + 48, enumerator
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1621 d CURLINFO_PROTOCOL... CURLINFO_LONG + 48
|
/external/curl/ |
D | CHANGES | 2129 - test1558: verify CURLINFO_PROTOCOL on file:// transfer 4346 other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...)
|