Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c86 #define OHS_FIRSTLINE 1 /* First line of response being read */ macro
681 rctx->state = OHS_FIRSTLINE; in OSSL_HTTP_REQ_CTX_nbio()
693 case OHS_FIRSTLINE: in OSSL_HTTP_REQ_CTX_nbio()
748 if (rctx->state == OHS_FIRSTLINE) in OSSL_HTTP_REQ_CTX_nbio()
754 if (rctx->state == OHS_FIRSTLINE) { in OSSL_HTTP_REQ_CTX_nbio()