OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERR_REASON
(Results
51 - 58
of
58
) sorted by null
1
2
3
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
comp_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
82
{
ERR_REASON
(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
83
{
ERR_REASON
(COMP_R_ZLIB_INFLATE_ERROR) ,"zlib inflate error"},
84
{
ERR_REASON
(COMP_R_ZLIB_NOT_SUPPORTED) ,"zlib not supported"},
/external/openssl/crypto/comp/
comp_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
82
{
ERR_REASON
(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
83
{
ERR_REASON
(COMP_R_ZLIB_INFLATE_ERROR) ,"zlib inflate error"},
84
{
ERR_REASON
(COMP_R_ZLIB_NOT_SUPPORTED) ,"zlib not supported"},
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
85
{
ERR_REASON
(OBJ_R_MALLOC_FAILURE) ,"malloc failure"},
86
{
ERR_REASON
(OBJ_R_UNKNOWN_NID) ,"unknown nid"},
/external/openssl/crypto/objects/
obj_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
85
{
ERR_REASON
(OBJ_R_MALLOC_FAILURE) ,"malloc failure"},
86
{
ERR_REASON
(OBJ_R_UNKNOWN_NID) ,"unknown nid"},
/external/chromium_org/third_party/openssl/openssl/crypto/
cpt_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
88
{
ERR_REASON
(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED),"fips mode not supported"},
89
{
ERR_REASON
(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK),"no dynlock create callback"},
/external/openssl/crypto/
cpt_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
88
{
ERR_REASON
(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED),"fips mode not supported"},
89
{
ERR_REASON
(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK),"no dynlock create callback"},
/external/chromium_org/third_party/openssl/openssl/crypto/buffer/
buf_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/external/openssl/crypto/buffer/
buf_err.c
69
#define
ERR_REASON
(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
Completed in 542 milliseconds
1
2
3