Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/acme-client/
Dhttp.h76 struct httpxfer *http_open(const struct http *, int, const void *, size_t);
Dhttp.c327 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/
Dhttp.h76 struct httpxfer *http_open(const struct http *, const void *, size_t);
Dhttp.c330 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()