Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/comp/
Dcomp_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
/freebsd-9-stable/crypto/openssl/crypto/err/
Derr.h138 # define ERR_LIB_COMP 41 macro
172 # define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__)
230 # define ERR_R_COMP_LIB ERR_LIB_COMP/* 41 */