Home
last modified time | relevance | path

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

/curl/lib/
H A Daltsvc.c106 dlen = strlen(dsthost); in altsvc_createid()
122 if((dlen > 2) && dsthost[0] == '[') { in altsvc_createid()
124 dsthost++; in altsvc_createid()
132 as->dst.host = Curl_memdup0(dsthost, dlen); in altsvc_createid()
148 char *dsthost, in altsvc_create() argument
169 char dsthost[MAX_ALTSVC_HOSTLEN + 1]; in altsvc_add() local
184 dstalpn, dsthost, &dstport, in altsvc_add()
523 const char *dsthost = ""; in Curl_altsvc_parse() local
558 dsthost = namebuf; in Curl_altsvc_parse()
563 dsthost = srchost; in Curl_altsvc_parse()
[all …]

Completed in 5 milliseconds