Home
last modified time | relevance | path

Searched refs:found_expected_ct (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c526 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local
719 found_expected_ct = 1; in OSSL_HTTP_REQ_CTX_nbio()
762 if (rctx->expected_ct != NULL && !found_expected_ct) { in OSSL_HTTP_REQ_CTX_nbio()
/third_party/openssl/crypto/http/
H A Dhttp_client.c515 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local
708 found_expected_ct = 1; in OSSL_HTTP_REQ_CTX_nbio()
751 if (rctx->expected_ct != NULL && !found_expected_ct) { in OSSL_HTTP_REQ_CTX_nbio()

Completed in 5 milliseconds