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

/httpd/modules/core/
H A Dmod_so.c183 const char *modname, const char *filename)
211 if (modi->name != NULL && strcmp(modi->name, modname) == 0) {
214 modname);
238 if (strlen(modname) <= strlen("_module")) {
241 thismod_len = strlen(modname) - strlen("_module");
242 if (strcmp(modname + thismod_len, "_module")) {
250 if (!memcmp(modname, preload_name, preload_len)) {
251 return apr_pstrcat(cmd->pool, "module ", modname,
258 modi->name = modname;
267 "loaded module %s from %s", modname, module_fil
182 load_module(cmd_parms *cmd, void *dummy, const char *modname, const char *filename) argument
342 ap_find_loaded_module_symbol(server_rec *s, const char *modname) argument
408 load_module(cmd_parms *cmd, void *dummy, const char *modname, const char *filename) argument
[all...]

Completed in 213 milliseconds