Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c93 #define OHS_STREAM 8 /* HTTP content stream to be read by caller */ macro
903 rctx->state = OHS_STREAM; in OSSL_HTTP_REQ_CTX_nbio()
1062 return rctx->state == OHS_STREAM ? rctx->rbio : rctx->mem; in OSSL_HTTP_REQ_CTX_exchange()