Searched refs:DYNAMIC_MODULE_LIMIT (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/core/
H A Dmod_so.c116 soc->loaded_modules = apr_array_make(p, DYNAMIC_MODULE_LIMIT,
/httpd/include/
H A Dhttpd.h117 #ifndef DYNAMIC_MODULE_LIMIT
118 #define DYNAMIC_MODULE_LIMIT 256 macro
/httpd/server/
H A Dmain.c223 printf(" -D DYNAMIC_MODULE_LIMIT=%ld\n",(long)DYNAMIC_MODULE_LIMIT);
H A Dconfig.c210 * than DYNAMIC_MODULE_LIMIT.
215 * modules plus DYNAMIC_MODULE_LIMIT.
566 if (dynamic_modules >= DYNAMIC_MODULE_LIMIT) {
570 "DYNAMIC_MODULE_LIMIT and recompile.", m->name);
770 max_modules = total_modules + DYNAMIC_MODULE_LIMIT + 1;

Completed in 59 milliseconds