Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_ht.c40 #define OHS_NOREAD 0x1000 macro
42 #define OHS_ERROR (0 | OHS_NOREAD)
52 #define OHS_ASN1_WRITE_INIT (5 | OHS_NOREAD)
54 #define OHS_ASN1_WRITE (6 | OHS_NOREAD)
56 #define OHS_ASN1_FLUSH (7 | OHS_NOREAD)
58 #define OHS_DONE (8 | OHS_NOREAD)
60 #define OHS_HTTP_HEADER (9 | OHS_NOREAD)
277 if (!(rctx->state & OHS_NOREAD)) { in OCSP_REQ_CTX_nbio()