Lines Matching refs:stsentry
87 static void hsts_free(struct stsentry *e)
100 struct stsentry *sts = e->ptr;
110 static struct stsentry *hsts_entry(void)
112 return calloc(1, sizeof(struct stsentry));
130 struct stsentry *sts = hsts_entry();
156 struct stsentry *sts;
254 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname,
274 struct stsentry *sts = e->ptr;
303 struct stsentry *sts,
336 static CURLcode hsts_out(struct stsentry *sts, FILE *fp)
385 struct stsentry *sts = e->ptr;
406 struct stsentry *sts = e->ptr;
438 struct stsentry *e;