Lines Matching refs:hsts
78 struct hsts *Curl_hsts_init(void) in Curl_hsts_init()
80 struct hsts *h = calloc(1, sizeof(struct hsts)); in Curl_hsts_init()
93 void Curl_hsts_cleanup(struct hsts **hp) in Curl_hsts_cleanup()
95 struct hsts *h = *hp; in Curl_hsts_cleanup()
110 static CURLcode hsts_create(struct hsts *h, in hsts_create()
143 CURLcode Curl_hsts_parse(struct hsts *h, const char *hostname, in Curl_hsts_parse()
254 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()
360 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save()
421 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add()
465 static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h) in hsts_pull()
513 static CURLcode hsts_load(struct hsts *h, const char *file) in hsts_load()
552 struct hsts *h, const char *file) in Curl_hsts_loadfile()
562 CURLcode Curl_hsts_loadcb(struct Curl_easy *data, struct hsts *h) in Curl_hsts_loadcb()
576 (void)Curl_hsts_loadfile(data, data->hsts, l->data); in Curl_hsts_loadfiles()