Lines Matching refs:hsts
74 struct hsts *Curl_hsts_init(void) in Curl_hsts_init()
76 struct hsts *h = calloc(sizeof(struct hsts), 1); in Curl_hsts_init()
89 void Curl_hsts_cleanup(struct hsts **hp) in Curl_hsts_cleanup()
91 struct hsts *h = *hp; in Curl_hsts_cleanup()
111 static CURLcode hsts_create(struct hsts *h, in hsts_create()
131 CURLcode Curl_hsts_parse(struct hsts *h, const char *hostname, in Curl_hsts_parse()
237 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()
322 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save()
383 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add()
426 static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h) in hsts_pull()
474 static CURLcode hsts_load(struct hsts *h, const char *file) in hsts_load()
517 struct hsts *h, const char *file) in Curl_hsts_loadfile()
527 CURLcode Curl_hsts_loadcb(struct Curl_easy *data, struct hsts *h) in Curl_hsts_loadcb()
539 (void)Curl_hsts_loadfile(data, data->hsts, l->data); in Curl_hsts_loadfiles()