Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1660.c158 e = Curl_hsts(h, chost, TRUE);
167 e = Curl_hsts(h, chost, TRUE);
/third_party/curl/lib/
Dhsts.c221 sts = Curl_hsts(h, hostname, FALSE); in Curl_hsts_parse()
236 sts = Curl_hsts(h, hostname, FALSE); in Curl_hsts_parse()
254 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts() function
444 e = Curl_hsts(h, p, subdomain); in hsts_add()
Dhsts.h54 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname,
Durl.c1875 if(Curl_hsts(data->hsts, conn->host.name, TRUE)) {