Lines Matching refs:BIO
40 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
55 BIO *OSSL_HTTP_REQ_CTX_exchange(OSSL_HTTP_REQ_CTX *rctx);
56 BIO *OSSL_HTTP_REQ_CTX_get0_mem_bio(const OSSL_HTTP_REQ_CTX *rctx);
63 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
66 int use_ssl, BIO *bio, BIO *rbio,
69 int OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port,
71 int timeout, BIO *bio_err, const char *prog);
74 const char *content_type, BIO *req,
77 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
78 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
79 BIO *bio, BIO *rbio,
84 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
88 BIO *bio, BIO *rbio,
91 const char *content_type, BIO *req,