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

/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_ht.c91 #define OHS_NOREAD 0x1000 macro
93 #define OHS_ERROR (0 | OHS_NOREAD)
103 #define OHS_ASN1_WRITE (6 | OHS_NOREAD)
105 #define OHS_ASN1_FLUSH (7 | OHS_NOREAD)
107 #define OHS_DONE (8 | OHS_NOREAD)
268 if (!(rctx->state & OHS_NOREAD))
/external/openssl/crypto/ocsp/
H A Docsp_ht.c91 #define OHS_NOREAD 0x1000 macro
93 #define OHS_ERROR (0 | OHS_NOREAD)
103 #define OHS_ASN1_WRITE (6 | OHS_NOREAD)
105 #define OHS_ASN1_FLUSH (7 | OHS_NOREAD)
107 #define OHS_DONE (8 | OHS_NOREAD)
268 if (!(rctx->state & OHS_NOREAD))

Completed in 93 milliseconds