Home
last modified time | relevance | path

Searched refs:modhandle (Results 1 – 4 of 4) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/modules/core/
H A Dmod_so.c185 apr_dso_handle_t *modhandle; in load_module() local
263 error = dso_load(cmd, &modhandle, filename, &module_file); in load_module()
274 if (apr_dso_sym(&modsym, modhandle, modname) != APR_SUCCESS) { in load_module()
279 apr_dso_error(modhandle, my_error, sizeof(my_error)), in load_module()
283 modp->dynamic_load_handle = (apr_dso_handle_t *)modhandle; in load_module()
/dports/www/apache24/httpd-2.4.53/modules/core/
H A Dmod_so.c185 apr_dso_handle_t *modhandle; in load_module() local
263 error = dso_load(cmd, &modhandle, filename, &module_file); in load_module()
274 if (apr_dso_sym(&modsym, modhandle, modname) != APR_SUCCESS) { in load_module()
279 apr_dso_error(modhandle, my_error, sizeof(my_error)), in load_module()
283 modp->dynamic_load_handle = (apr_dso_handle_t *)modhandle; in load_module()
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Delfspec.h514 typedef unsigned long INITTERM ( unsigned long modhandle, unsigned long flag );
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dpkcs11-spy.c51 static void *modhandle = NULL; variable
291 modhandle = C_LoadModule(module, &po_v2); in init_spy()
293 if (modhandle && po) { in init_spy()