Searched refs:CURLINFO_PROTOCOL (Results 1 – 15 of 15) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib1535.c | 44 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test() 71 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test() 98 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test() 119 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
|
D | lib1558.c | 48 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_PROTOCOL.md | 4 Title: CURLINFO_PROTOCOL 15 CURLINFO_PROTOCOL - get the protocol used in the connection 22 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PROTOCOL, long *p); 60 curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
|
D | CURLINFO_SCHEME.md | 9 - CURLINFO_PROTOCOL (3)
|
D | CURLOPT_DEFAULT_PROTOCOL.md | 8 - CURLINFO_PROTOCOL (3)
|
D | Makefile.inc | 64 CURLINFO_PROTOCOL.3 \
|
D | Makefile.in | 492 CURLINFO_PROTOCOL.3 \
|
/third_party/curl/docs/libcurl/ |
D | libcurl-symbols.md | 1385 ## CURLINFO_PROTOCOL section in libcurl symbols 2775 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2778 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2781 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2784 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2787 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2790 Introduced in 7.21.2. See CURLINFO_PROTOCOL(3). 2793 Introduced in 7.75.0. See CURLINFO_PROTOCOL(3). 2796 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). 2799 Introduced in 7.19.4. See CURLINFO_PROTOCOL(3). [all …]
|
D | curl_easy_getinfo.md | 367 ## CURLINFO_PROTOCOL section in AVAILABLE INFORMATION 370 See CURLINFO_PROTOCOL(3)
|
D | symbols-in-versions | 467 CURLINFO_PROTOCOL 7.52.0 7.85.0
|
/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/lib/ |
D | getinfo.c | 334 case CURLINFO_PROTOCOL: in getinfo_long()
|
/third_party/curl/include/curl/ |
D | curl.h | 2922 CURLINFO_PROTOCOL CURL_DEPRECATED(7.85.0, "Use CURLINFO_SCHEME") enumerator
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 1869 d CURLINFO_PROTOCOL... CURLINFO_LONG + 48
|