Searched refs:DSO_R_SYM_FAILURE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/dso/
H A Ddso_err.c129 {ERR_REASON(DSO_R_SYM_FAILURE) ,"could not bind to the requested symbol name"},
H A Ddso_dl.c205 DSOerr(DSO_F_DL_BIND_VAR,DSO_R_SYM_FAILURE);
236 DSOerr(DSO_F_DL_BIND_FUNC,DSO_R_SYM_FAILURE);
H A Ddso_dlfcn.c230 DSOerr(DSO_F_DLFCN_BIND_VAR,DSO_R_SYM_FAILURE);
261 DSOerr(DSO_F_DLFCN_BIND_FUNC,DSO_R_SYM_FAILURE);
H A Ddso.h361 #define DSO_R_SYM_FAILURE 106 macro
H A Ddso_lib.c271 DSOerr(DSO_F_DSO_BIND_VAR,DSO_R_SYM_FAILURE);
294 DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);
H A Ddso_win32.c257 DSOerr(DSO_F_WIN32_BIND_VAR,DSO_R_SYM_FAILURE);
288 DSOerr(DSO_F_WIN32_BIND_FUNC,DSO_R_SYM_FAILURE);
H A Ddso_vms.c343 DSOerr(DSO_F_VMS_BIND_SYM,DSO_R_SYM_FAILURE);

Completed in 156 milliseconds