Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c81 #define OHS_HEADERS 2 /* MIME headers of response being read */ macro
639 case OHS_HEADERS: in OSSL_HTTP_REQ_CTX_nbio()
677 rctx->state = OHS_HEADERS; in OSSL_HTTP_REQ_CTX_nbio()
711 if (rctx->state == OHS_HEADERS && rctx->expected_ct != NULL in OSSL_HTTP_REQ_CTX_nbio()
/third_party/openssl/crypto/http/
H A Dhttp_client.c81 #define OHS_HEADERS 2 /* MIME headers of response being read */ macro
628 case OHS_HEADERS: in OSSL_HTTP_REQ_CTX_nbio()
666 rctx->state = OHS_HEADERS; in OSSL_HTTP_REQ_CTX_nbio()
700 if (rctx->state == OHS_HEADERS && rctx->expected_ct != NULL in OSSL_HTTP_REQ_CTX_nbio()

Completed in 8 milliseconds