Home
last modified time | relevance | path

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

/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-http.c16 static struct msgbuf *httpq; variable
69 io_close_buffer(httpq, b); in http_request()
96 switch (msgbuf_read(fd, httpq)) { in http_response()
102 if ((b = io_buf_get(httpq)) != NULL) in http_response()
153 if ((httpq = msgbuf_new_reader(sizeof(size_t), io_parse_hdr, NULL)) == in main()
161 if (msgbuf_write(httpfd, httpq) == -1) in main()
/openbsd/usr.sbin/rpki-client/
H A Dmain.c63 static struct msgbuf *procq, *rsyncq, *httpq, *rrdpq; variable
357 io_close_buffer(httpq, b); in http_fetch()
1239 if ((httpq = msgbuf_new_reader(sizeof(size_t), io_parse_hdr, NULL)) == in main()
1257 queues[2] = httpq; in main()