Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_transfer.pod5 OSSL_HTTP_open,
21 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port,
55 OSSL_HTTP_open() initiates an HTTP session using the I<bio> argument if not
196 typically set up using OSSL_HTTP_open() and OSSL_HTTP_set1_request().
222 and the I<bio_update_fn>, as described for OSSL_HTTP_open(), must be provided.
223 Also the remaining parameters are interpreted as described for OSSL_HTTP_open()
229 It combines OSSL_HTTP_open(), OSSL_HTTP_set1_request(), OSSL_HTTP_exchange(),
235 The remaining parameters are interpreted as described for OSSL_HTTP_open()
241 given during setup as described above for OSSL_HTTP_open().
253 OSSL_HTTP_open() returns on success a B<OSSL_HTTP_REQ_CTX>, else NULL.
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dhttp.h64 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c927 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port, in OSSL_HTTP_open() function
1152 rctx = OSSL_HTTP_open(host, port, proxy, no_proxy, in OSSL_HTTP_get()
1227 rctx = OSSL_HTTP_open(server, port, proxy, no_proxy, in OSSL_HTTP_transfer()