Searched refs:ERR_LIB_CONF (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h120 # define ERR_LIB_CONF 14 macro
159 # define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
217 # define ERR_R_CONF_LIB ERR_LIB_CONF/* 14 */
H A Derr_str.c136 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},

Completed in 49 milliseconds