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

/httpd/os/netware/
H A Dpre_nw.h67 #define AP_MAX_INCLUDE_DEPTH 48 macro
/httpd/server/
H A Dcore.c73 #ifndef AP_MAX_INCLUDE_DEPTH
74 #define AP_MAX_INCLUDE_DEPTH (128) macro
3099 if (++*recursion > AP_MAX_INCLUDE_DEPTH) {
3103 AP_MAX_INCLUDE_DEPTH);

Completed in 54 milliseconds