Searched refs:ERR_LIB_CONF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/conf/ |
| D | conf_err.c | 69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0) 70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
| /freebsd-10-stable/crypto/openssl/crypto/err/ |
| D | err.h | 173 # define ERR_LIB_CONF 14 macro 214 # define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__) 274 # define ERR_R_CONF_LIB ERR_LIB_CONF/* 14 */
|
| D | err.c | 142 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
|