Symbol: httphead
usr.sbin/acme-client/http.c
420
struct httphead *
usr.sbin/acme-client/http.c
421
http_head_get(const char *v, struct httphead *h, size_t hsz)
usr.sbin/acme-client/http.c
437
http_head_status(const struct http *http, struct httphead *h, size_t sz)
usr.sbin/acme-client/http.c
441
struct httphead *st;
usr.sbin/acme-client/http.c
471
struct httphead *
usr.sbin/acme-client/http.c
475
struct httphead *h;
usr.sbin/acme-client/http.c
49
struct httphead *head; /* parsed headers */
usr.sbin/acme-client/http.c
513
h = calloc(hsz, sizeof(struct httphead));
usr.sbin/acme-client/http.c
665
struct httphead *head;
usr.sbin/acme-client/http.h
47
struct httphead *head; /* headers */
usr.sbin/acme-client/http.h
74
struct httphead *http_head_parse(const struct http *,
usr.sbin/acme-client/http.h
79
struct httphead *, size_t);
usr.sbin/acme-client/http.h
80
struct httphead *http_head_get(const char *,
usr.sbin/acme-client/http.h
81
struct httphead *, size_t);
usr.sbin/acme-client/netproc.c
180
struct httphead *st;
usr.sbin/acme-client/netproc.c
261
struct httphead *h;
usr.sbin/ocspcheck/http.c
435
struct httphead *
usr.sbin/ocspcheck/http.c
436
http_head_get(const char *v, struct httphead *h, size_t hsz)
usr.sbin/ocspcheck/http.c
453
http_head_status(const struct http *http, struct httphead *h, size_t sz)
usr.sbin/ocspcheck/http.c
457
struct httphead *st;
usr.sbin/ocspcheck/http.c
48
struct httphead *head; /* parsed headers */
usr.sbin/ocspcheck/http.c
487
struct httphead *
usr.sbin/ocspcheck/http.c
491
struct httphead *h;
usr.sbin/ocspcheck/http.c
529
h = calloc(hsz, sizeof(struct httphead));
usr.sbin/ocspcheck/http.c
680
struct httphead *head;
usr.sbin/ocspcheck/http.c
738
struct httphead *httph;
usr.sbin/ocspcheck/http.h
56
struct httphead *head; /* headers */
usr.sbin/ocspcheck/http.h
83
struct httphead *http_head_parse(const struct http *,
usr.sbin/ocspcheck/http.h
88
struct httphead *, size_t);
usr.sbin/ocspcheck/http.h
89
struct httphead *http_head_get(const char *,
usr.sbin/ocspcheck/http.h
90
struct httphead *, size_t);