Searched refs:stsentry (Results 1 – 3 of 3) sorted by relevance
85 static void hsts_free(struct stsentry *e) in hsts_free()98 struct stsentry *sts = e->ptr; in Curl_hsts_cleanup()108 static struct stsentry *hsts_entry(void) in hsts_entry()110 return calloc(sizeof(struct stsentry), 1); in hsts_entry()118 struct stsentry *sts = hsts_entry(); in hsts_create()150 struct stsentry *sts; in Curl_hsts_parse()248 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()268 struct stsentry *sts = e->ptr; in Curl_hsts()297 struct stsentry *sts, in hsts_push()330 static CURLcode hsts_out(struct stsentry *sts, FILE *fp) in hsts_out()[all …]
36 struct stsentry { struct54 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, argument
109 static void showsts(struct stsentry *e, const char *chost)123 struct stsentry *e;