Searched refs:http_head_parse (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/acme-client/ |
| D | http.h | 83 struct httphead *http_head_parse(const struct http *,
|
| D | http.c | 494 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse() function 711 if ((head = http_head_parse(h, x, &headsz)) == NULL) { in http_get()
|
| /openbsd/src/usr.sbin/ocspcheck/ |
| D | http.h | 83 struct httphead *http_head_parse(const struct http *,
|
| D | http.c | 488 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse() function 704 if ((head = http_head_parse(h, x, &headsz)) == NULL) { in http_get() 768 httph = http_head_parse(g->http, g->xfer, &httphsz);
|