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

/httpd/server/
H A Dconfig.c203 /* total_modules is the number of modules that have been linked
206 static int total_modules = 0; variable
214 /* The maximum possible value for total_modules, i.e. number of static
221 * loading of dynamic modules, we can trim it down to total_modules. On
294 for (i = 0; i < total_modules; i++) {
575 ap_assert(total_modules < conf_vector_length);
577 m->module_index = total_modules++;
690 total_modules--;
764 * Initialise total_modules variable and module indices
766 total_modules
[all...]

Completed in 15 milliseconds