Home
last modified time | relevance | path

Searched refs:httpget (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/ocspcheck/
H A Dhttp.h52 struct httpget { struct
67 struct httpget *http_get(const struct source *, size_t, argument
70 void http_get_free(struct httpget *);
H A Dhttp.c663 http_get_free(struct httpget *g) in http_get_free()
673 struct httpget *
679 struct httpget *g; in http_get()
714 if ((g = calloc(1, sizeof(struct httpget))) == NULL) { in http_get()
737 struct httpget *g;
H A Docspcheck.c560 struct httpget *hget; in main()
/openbsd/usr.sbin/acme-client/
H A Dhttp.h52 struct httpget { struct
67 struct httpget *http_get(const struct source *, size_t, argument
70 void http_get_free(struct httpget *);
H A Dhttp.c670 http_get_free(struct httpget *g) in http_get_free()
680 struct httpget *
686 struct httpget *g; in http_get()
721 if ((g = calloc(1, sizeof(struct httpget))) == NULL) { in http_get()
H A Dnetproc.c168 struct httpget *g; in nreq()
247 struct httpget *g; in sreq()