Searched refs:httpxfer (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/acme-client/ |
| D | http.h | 53 struct httpxfer *xfer; /* underlying transfer */ 76 struct httpxfer *http_open(const struct http *, int, const void *, size_t); 77 void http_close(struct httpxfer *); 82 struct httpxfer *, size_t *); 84 struct httpxfer *, size_t *); 86 struct httpxfer *, size_t *);
|
| D | http.c | 41 struct httpxfer { struct 326 struct httpxfer * 331 struct httpxfer *trans; in http_open() 372 trans = calloc(1, sizeof(struct httpxfer)); in http_open() 379 http_close(struct httpxfer *x) in http_close() 399 http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_body_read() 494 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse() 584 http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_read() 685 struct httpxfer *x; in http_get()
|
| /openbsd/src/usr.sbin/ocspcheck/ |
| D | http.h | 53 struct httpxfer *xfer; /* underlying transfer */ 76 struct httpxfer *http_open(const struct http *, const void *, size_t); 77 void http_close(struct httpxfer *); 82 struct httpxfer *, size_t *); 84 struct httpxfer *, size_t *); 86 struct httpxfer *, size_t *);
|
| D | http.c | 40 struct httpxfer { struct 329 struct httpxfer * 334 struct httpxfer *trans; in http_open() 364 trans = calloc(1, sizeof(struct httpxfer)); in http_open() 371 http_close(struct httpxfer *x) in http_close() 391 http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_body_read() 488 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse() 578 http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_read() 678 struct httpxfer *x; in http_get()
|