A D | err.h.in | 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument 43 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0) 131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 140 # define CTerr(f, r) ERR_raise_data(ERR_LIB_CT, (r), NULL) argument 141 # define DHerr(f, r) ERR_raise_data(ERR_LIB_DH, (r), NULL) argument 146 # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL) argument 168 # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL) argument [all …]
|