Home
last modified time | relevance | path

Searched refs:http_head_parse (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/acme-client/
Dhttp.h83 struct httphead *http_head_parse(const struct http *,
Dhttp.c494 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/
Dhttp.h83 struct httphead *http_head_parse(const struct http *,
Dhttp.c488 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);