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

/httpd/modules/core/
H A Dmod_so.c146 static const char *dso_load(cmd_parms *cmd, apr_dso_handle_t **modhandlep, argument
162 if (apr_dso_load(modhandlep, fullname, cmd->pool) == APR_SUCCESS) {
167 if (apr_dso_load(modhandlep, filename, cmd->pool) == APR_SUCCESS)
173 apr_dso_error(*modhandlep, my_error, sizeof(my_error)),

Completed in 2192 milliseconds