Home
last modified time | relevance | path

Searched refs:httpbuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-http.c90 struct ibuf *b, *httpbuf = NULL; in http_response() local
95 while ((b = io_buf_read(fd, &httpbuf)) == NULL) in http_response()
/openbsd/usr.sbin/rpki-client/
H A Dmain.c972 struct ibuf *b, *httpbuf = NULL, *procbuf = NULL; in main() local
1344 b = io_buf_read(http, &httpbuf); in main()