Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c80 #define OHS_FIRSTLINE 1 /* First line of response being read */ macro
625 rctx->state = OHS_FIRSTLINE; in OSSL_HTTP_REQ_CTX_nbio()
638 case OHS_FIRSTLINE: in OSSL_HTTP_REQ_CTX_nbio()
674 if (rctx->state == OHS_FIRSTLINE) { in OSSL_HTTP_REQ_CTX_nbio()
/third_party/openssl/crypto/http/
H A Dhttp_client.c80 #define OHS_FIRSTLINE 1 /* First line of response being read */ macro
614 rctx->state = OHS_FIRSTLINE; in OSSL_HTTP_REQ_CTX_nbio()
627 case OHS_FIRSTLINE: in OSSL_HTTP_REQ_CTX_nbio()
663 if (rctx->state == OHS_FIRSTLINE) { in OSSL_HTTP_REQ_CTX_nbio()

Completed in 8 milliseconds