Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/dso/
H A Ddso_lib.c287 if(dso->meth->dso_bind_func == NULL) in DSO_bind_func()
292 if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL) in DSO_bind_func()
H A Ddso.h151 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname); member