Searched refs:OSSL_HTTP_REQ_CTX_new (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 6 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 D | ocsp_http.c | 18 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(io, io, buf_size); in OCSP_sendreq_new()
|
/openssl/include/openssl/ |
H A D | http.h | 45 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
|
H A D | ocsp.h.in | 180 OSSL_HTTP_REQ_CTX_new(io, io, buf_size)
|
/openssl/test/ |
H A D | http_test.c | 439 rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, 8192); in test_http_resp_hdr_limit()
|
/openssl/crypto/http/ |
H A D | http_client.c | 94 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 D | libcrypto.num | 1117 OSSL_HTTP_REQ_CTX_new 1145 3_0_0 EXIST::FUNCTION:HTTP
|
Completed in 28 milliseconds