Symbol: httpxfer
usr.sbin/acme-client/http.c
295
struct httpxfer *
usr.sbin/acme-client/http.c
300
struct httpxfer *trans;
usr.sbin/acme-client/http.c
350
trans = calloc(1, sizeof(struct httpxfer));
usr.sbin/acme-client/http.c
357
http_close(struct httpxfer *x)
usr.sbin/acme-client/http.c
377
http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/acme-client/http.c
472
http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/acme-client/http.c
562
http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/acme-client/http.c
663
struct httpxfer *x;
usr.sbin/acme-client/http.h
44
struct httpxfer *xfer; /* underlying transfer */
usr.sbin/acme-client/http.h
67
struct httpxfer *http_open(const struct http *, int, const void *, size_t);
usr.sbin/acme-client/http.h
68
void http_close(struct httpxfer *);
usr.sbin/acme-client/http.h
73
struct httpxfer *, size_t *);
usr.sbin/acme-client/http.h
75
struct httpxfer *, size_t *);
usr.sbin/acme-client/http.h
77
struct httpxfer *, size_t *);
usr.sbin/ocspcheck/http.c
329
struct httpxfer *
usr.sbin/ocspcheck/http.c
334
struct httpxfer *trans;
usr.sbin/ocspcheck/http.c
364
trans = calloc(1, sizeof(struct httpxfer));
usr.sbin/ocspcheck/http.c
371
http_close(struct httpxfer *x)
usr.sbin/ocspcheck/http.c
391
http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/ocspcheck/http.c
488
http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/ocspcheck/http.c
578
http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz)
usr.sbin/ocspcheck/http.c
678
struct httpxfer *x;
usr.sbin/ocspcheck/http.h
53
struct httpxfer *xfer; /* underlying transfer */
usr.sbin/ocspcheck/http.h
76
struct httpxfer *http_open(const struct http *, const void *, size_t);
usr.sbin/ocspcheck/http.h
77
void http_close(struct httpxfer *);
usr.sbin/ocspcheck/http.h
82
struct httpxfer *, size_t *);
usr.sbin/ocspcheck/http.h
84
struct httpxfer *, size_t *);
usr.sbin/ocspcheck/http.h
86
struct httpxfer *, size_t *);