Searched refs:CURLINFO_PROTOCOL (Results 1 – 11 of 11) sorted by relevance
/third_party/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()
|
/third_party/curl/tests/data/ |
D | test1558 | 5 CURLINFO_PROTOCOL 24 CURLINFO_PROTOCOL for file:// transfer
|
D | test1535 | 30 Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL
|
/third_party/curl/docs/libcurl/opts/ |
D | Makefile.inc | 59 CURLINFO_PROTOCOL.3 \
|
/third_party/curl/src/ |
D | tool_cb_hdr.c | 131 curl_easy_getinfo(per->curl, CURLINFO_PROTOCOL, &protocol); in tool_header_cb()
|
D | tool_operate.c | 451 curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in post_per_transfer() 482 curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in post_per_transfer()
|
/third_party/curl/lib/ |
D | getinfo.c | 316 case CURLINFO_PROTOCOL: in getinfo_long()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 267 CURLINFO_PROTOCOL 7.52.0
|
/third_party/curl/include/curl/ |
D | curl.h | 2769 CURLINFO_PROTOCOL = CURLINFO_LONG + 48, enumerator
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 1786 d CURLINFO_PROTOCOL... CURLINFO_LONG + 48
|