Searched refs:CURLUPART_ZONEID (Results 1 – 11 of 11) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib1560.c | 1035 return CURLUPART_ZONEID; in part2id() 1063 if(what > CURLUPART_ZONEID) in updateurl() 1503 rc = curl_url_get(u, CURLUPART_ZONEID, &url, 0); in scopeid() 1513 rc = curl_url_set(u, CURLUPART_ZONEID, "clown", 0); in scopeid() 1576 rc = curl_url_get(u, CURLUPART_ZONEID, &p, 0); in get_nothing() 1592 {CURLUPART_ZONEID, "eth0", NULL, CURLUE_NO_ZONEID},
|
/third_party/curl/docs/libcurl/ |
D | curl_url_get.md | 143 but is provided separately in *CURLUPART_ZONEID*. IPv6 numerical addresses 149 ## CURLUPART_ZONEID section in PARTS 202 Added in 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
|
D | libcurl-url.md | 97 rc = curl_url_get(h, CURLUPART_ZONEID, &zoneid, 0); 120 rc = curl_url_set(urlp, CURLUPART_ZONEID, "eth0", 0);
|
D | curl_url_set.md | 109 *CURLUPART_ZONEID*). 113 ## CURLUPART_ZONEID section in PARTS 236 Added in 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
|
D | symbols-in-versions | 1115 CURLUPART_ZONEID 7.65.0
|
D | libcurl-symbols.md | 3329 ## CURLUPART_ZONEID section in libcurl symbols
|
/third_party/curl/include/curl/ |
D | urlapi.h | 81 CURLUPART_ZONEID /* added in 7.65.0 */ enumerator
|
/third_party/curl/lib/ |
D | urlapi.c | 1456 case CURLUPART_ZONEID: in curl_url_get() 1721 case CURLUPART_ZONEID: in curl_url_set() 1793 case CURLUPART_ZONEID: in curl_url_set()
|
D | url.c | 1726 CURLUcode uc = curl_url_get(uh, CURLUPART_ZONEID, &zoneid, 0);
|
/third_party/curl/src/ |
D | tool_writeout.c | 247 cpart = CURLUPART_ZONEID; in urlpart()
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 2289 d CURLUPART_ZONEID...
|