Searched refs:OSSL_HTTP_REQ_CTX (Results 1 – 3 of 3) sorted by relevance
51 void OSSL_HTTP_REQ_CTX_free(OSSL_HTTP_REQ_CTX *rctx);55 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx,57 int OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX *rctx,62 int OSSL_HTTP_REQ_CTX_nbio(OSSL_HTTP_REQ_CTX *rctx);63 int OSSL_HTTP_REQ_CTX_nbio_d2i(OSSL_HTTP_REQ_CTX *rctx,65 BIO *OSSL_HTTP_REQ_CTX_exchange(OSSL_HTTP_REQ_CTX *rctx);66 BIO *OSSL_HTTP_REQ_CTX_get0_mem_bio(const OSSL_HTTP_REQ_CTX *rctx);67 size_t OSSL_HTTP_REQ_CTX_get_resp_len(const OSSL_HTTP_REQ_CTX *rctx);72 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx);96 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,[all …]
214 typedef struct ossl_http_req_ctx_st OSSL_HTTP_REQ_CTX; typedef
173 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path,178 typedef OSSL_HTTP_REQ_CTX OCSP_REQ_CTX;
Completed in 8 milliseconds