Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c74 #define OHS_ERROR (0 | OHS_NOREAD) /* Error condition */ macro
101 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_new()
252 && rctx->state != OHS_ERROR && rctx->state != OHS_ADD_HEADERS) { in OSSL_HTTP_REQ_CTX_set_expected()
573 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
594 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
632 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
635 case OHS_ERROR: in OSSL_HTTP_REQ_CTX_nbio()
652 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
662 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
669 rctx->state = OHS_ERROR; in OSSL_HTTP_REQ_CTX_nbio()
[all …]