Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_REQ_CTX_new (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod6 OSSL_HTTP_REQ_CTX_new,
28 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
66 OSSL_HTTP_REQ_CTX_new() allocates a new HTTP request context structure,
117 In this case the BIO given as I<rbio> argument to OSSL_HTTP_REQ_CTX_new() should
148 that were given when calling OSSL_HTTP_REQ_CTX_new().
163 Otherwise the returned BIO is the I<rbio> given to OSSL_HTTP_REQ_CTX_new(),
214 OSSL_HTTP_REQ_CTX_new().
248 OSSL_HTTP_REQ_CTX_new() returns a pointer to a B<OSSL_HTTP_REQ_CTX>, or NULL
/openssl/crypto/ocsp/
H A Docsp_http.c18 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(io, io, buf_size); in OCSP_sendreq_new()
/openssl/include/openssl/
H A Dhttp.h45 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
H A Docsp.h.in180 OSSL_HTTP_REQ_CTX_new(io, io, buf_size)
/openssl/test/
H A Dhttp_test.c439 rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, 8192); in test_http_resp_hdr_limit()
/openssl/crypto/http/
H A Dhttp_client.c94 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() function
398 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, buf_size); in http_req_ctx_new()
/openssl/util/
H A Dlibcrypto.num1117 OSSL_HTTP_REQ_CTX_new 1145 3_0_0 EXIST::FUNCTION:HTTP

Completed in 34 milliseconds