Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1660.c159 e = Curl_hsts(h, chost, TRUE);
168 e = Curl_hsts(h, chost, TRUE);
/curl/lib/
H A Dhsts.h54 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname,
H A 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
446 e = Curl_hsts(h, p, subdomain); in hsts_add()
H A Durl.c1830 if(Curl_hsts(data->hsts, conn->host.name, TRUE)) {

Completed in 11 milliseconds