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

/httpd/server/
H A Dconfig.c234 static char **ap_module_short_names = NULL; variable
603 ap_module_short_names[m->module_index] = ap_malloc(len + 1);
604 memcpy(ap_module_short_names[m->module_index], sym_name, len);
605 ap_module_short_names[m->module_index][len] = '\0';
683 free(ap_module_short_names[m->module_index]);
684 ap_module_short_names[m->module_index] = NULL;
778 if (!ap_module_short_names)
779 ap_module_short_names = ap_calloc(sizeof(char *), conf_vector_length);
784 if (ap_loaded_modules == NULL || ap_module_short_names == NULL
817 return ap_module_short_names[module_inde
[all...]

Completed in 1422 milliseconds