Searched refs:OSSL_HTTP_is_alive (Results 1 – 6 of 6) sorted by relevance
18 OSSL_HTTP_is_alive,52 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx);187 OSSL_HTTP_is_alive() can be used to query if the HTTP connection193 to send further requests and OSSL_HTTP_is_alive() returns nonzero,268 OSSL_HTTP_is_alive() returns 1 if its argument is non-NULL
288 L<OSSL_HTTP_is_alive(3)>,
65 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx);
236 && 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()
1009 int OSSL_HTTP_is_alive(const OSSL_HTTP_REQ_CTX *rctx) in OSSL_HTTP_is_alive() function1325 if (resp == NULL || !OSSL_HTTP_is_alive(rctx)) { in OSSL_HTTP_transfer()
4889 OSSL_HTTP_is_alive 5017 3_0_0 EXIST::FUNCTION:HTTP
Completed in 32 milliseconds