Searched refs:OSSL_HTTP_exchange (Results 1 – 4 of 4) sorted by relevance
/openssl/include/openssl/ |
H A D | http.h | 82 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url);
|
/openssl/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 9 OSSL_HTTP_exchange, 34 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url); 206 OSSL_HTTP_exchange() exchanges any form of HTTP request and response 241 It combines OSSL_HTTP_open(), OSSL_HTTP_set1_request(), OSSL_HTTP_exchange(), 274 On success, OSSL_HTTP_exchange(), OSSL_HTTP_get(), and OSSL_HTTP_transfer()
|
/openssl/crypto/http/ |
H A D | http_client.c | 1136 BIO *OSSL_HTTP_exchange(OSSL_HTTP_REQ_CTX *rctx, char **redirection_url) in OSSL_HTTP_exchange() function 1257 resp = OSSL_HTTP_exchange(rctx, &redirection_url); in OSSL_HTTP_get() 1324 resp = OSSL_HTTP_exchange(rctx, NULL); in OSSL_HTTP_transfer()
|
/openssl/util/ |
H A D | libcrypto.num | 4893 OSSL_HTTP_exchange 5021 3_0_0 EXIST::FUNCTION:HTTP
|
Completed in 26 milliseconds