Searched defs:modhandle (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/core/
H A Dmod_so.c185 apr_dso_handle_t *modhandle; local
263 error = dso_load(cmd, &modhandle, filename, &module_file);
274 if (apr_dso_sym(&modsym, modhandle, modname) != APR_SUCCESS) {
279 apr_dso_error(modhandle, my_error, sizeof(my_error)),
283 modp->dynamic_load_handle = (apr_dso_handle_t *)modhandle;

Completed in 11 milliseconds