Home
last modified time | relevance | path

Searched refs:stsentry (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dhsts.c87 static void hsts_free(struct stsentry *e) in hsts_free()
100 struct stsentry *sts = e->ptr; in Curl_hsts_cleanup()
110 static struct stsentry *hsts_entry(void) in hsts_entry()
112 return calloc(1, sizeof(struct stsentry)); in hsts_entry()
130 struct stsentry *sts = hsts_entry(); in hsts_create()
156 struct stsentry *sts; in Curl_hsts_parse()
254 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, in Curl_hsts()
274 struct stsentry *sts = e->ptr; in Curl_hsts()
303 struct stsentry *sts, in hsts_push()
336 static CURLcode hsts_out(struct stsentry *st
[all...]
H A Dhsts.h36 struct stsentry { struct
54 struct stsentry *Curl_hsts(struct hsts *h, const char *hostname,
/third_party/curl/tests/unit/
H A Dunit1660.c109 static void showsts(struct stsentry *e, const char *chost)
122 struct stsentry *e;

Completed in 2 milliseconds