Searched refs:http_open (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/acme-client/ |
| D | http.h | 76 struct httpxfer *http_open(const struct http *, int, const void *, size_t);
|
| D | http.c | 327 http_open(const struct http *http, int headreq, const void *p, size_t psz) in http_open() function 696 if ((x = http_open(h, headreq, post, postsz)) == NULL) { in http_get()
|
| /openbsd/src/usr.sbin/ocspcheck/ |
| D | http.h | 76 struct httpxfer *http_open(const struct http *, const void *, size_t);
|
| D | http.c | 330 http_open(const struct http *http, const void *p, size_t psz) in http_open() function 689 if ((x = http_open(h, post, postsz)) == NULL) { in http_get()
|