OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dso_load
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/dso/
dso.h
73
/* By default,
DSO_load
() will translate the provided filename into a form
140
int (*
dso_load
)(DSO *dso);
member in struct:dso_meth_st
198
* be used in
DSO_load
() in place of meth->dso_name_converter. NB: This
202
* be used in
DSO_load
() in place of meth->dso_merger. NB: This
243
* DSO_METHOD during the processing of a
DSO_load
() call, and is exposed so that
271
DSO *
DSO_load
(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
/external/openssl/include/openssl/
dso.h
73
/* By default,
DSO_load
() will translate the provided filename into a form
140
int (*
dso_load
)(DSO *dso);
member in struct:dso_meth_st
198
* be used in
DSO_load
() in place of meth->dso_name_converter. NB: This
202
* be used in
DSO_load
() in place of meth->dso_merger. NB: This
243
* DSO_METHOD during the processing of a
DSO_load
() call, and is exposed so that
271
DSO *
DSO_load
(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
Completed in 35 milliseconds