Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_set1_request (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_transfer.pod8 OSSL_HTTP_set1_request,
29 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
162 OSSL_HTTP_set1_request() sets up in I<rctx> the request header and content data
196 typically set up using OSSL_HTTP_open() and OSSL_HTTP_set1_request().
224 and OSSL_HTTP_set1_request(), respectively.
229 It combines OSSL_HTTP_open(), OSSL_HTTP_set1_request(), OSSL_HTTP_exchange(),
236 and OSSL_HTTP_set1_request(), respectively.
255 OSSL_HTTP_proxy_connect() and OSSL_HTTP_set1_request()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dhttp.h72 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1015 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, in OSSL_HTTP_set1_request() function
1157 if (!OSSL_HTTP_set1_request(rctx, path, headers, in OSSL_HTTP_get()
1233 if (OSSL_HTTP_set1_request(rctx, path, headers, content_type, req, in OSSL_HTTP_transfer()