Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_is_alive (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod18 OSSL_HTTP_is_alive
51 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx);
178 OSSL_HTTP_is_alive() can be used to query if the HTTP connection
184 to send further requests and OSSL_HTTP_is_alive() returns nonzero,
253 OSSL_HTTP_is_alive() returns 1 if its argument is non-NULL
H A DOSSL_HTTP_transfer.pod281 L<OSSL_HTTP_is_alive(3)>,
/openssl/include/openssl/
H A Dhttp.h60 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx);
/openssl/test/
H A Dhttp_test.c236 && TEST_int_eq(OSSL_HTTP_is_alive(rctx), 0); in test_http_keep_alive()
239 && TEST_int_eq(OSSL_HTTP_is_alive(rctx), keep_alive > 0); in test_http_keep_alive()
/openssl/crypto/http/
H A Dhttp_client.c939 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx) in OSSL_HTTP_is_alive() function
1252 if (resp == NULL || !OSSL_HTTP_is_alive(rctx)) { in OSSL_HTTP_transfer()
/openssl/util/
H A Dlibcrypto.num4889 OSSL_HTTP_is_alive 5017 3_0_0 EXIST::FUNCTION:

Completed in 48 milliseconds