Searched refs:DSO_R_STACK_ERROR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso_err.c127 {ERR_REASON(DSO_R_STACK_ERROR), "the meth_data stack is corrupt"},
H A Ddso_dlfcn.c168 DSOerr(DSO_F_DLFCN_LOAD, DSO_R_STACK_ERROR);
215 DSOerr(DSO_F_DLFCN_BIND_VAR, DSO_R_STACK_ERROR);
245 DSOerr(DSO_F_DLFCN_BIND_FUNC, DSO_R_STACK_ERROR);
H A Ddso_dl.c143 DSOerr(DSO_F_DL_LOAD, DSO_R_STACK_ERROR);
194 DSOerr(DSO_F_DL_BIND_VAR, DSO_R_STACK_ERROR);
220 DSOerr(DSO_F_DL_BIND_FUNC, DSO_R_STACK_ERROR);
H A Ddso.h402 # define DSO_R_STACK_ERROR 105 macro

Completed in 92 milliseconds