/external/chromium_org/third_party/openssl/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);
|
dso_lib.c | 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) 237 if(ret->meth->dso_load == NULL) 246 if(!ret->meth->dso_load(ret))
|
/external/chromium_org/third_party/openssl/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);
|
/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);
|
dso_lib.c | 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) 237 if(ret->meth->dso_load == NULL) 246 if(!ret->meth->dso_load(ret))
|
/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);
|