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

/httpd/modules/core/
H A Dmod_macro.c628 /* maybe update to next, possibly a recursion */
802 char *name, *recursion, *where; local
830 /* recursion is detected here by looking at the config file name,
835 recursion =
838 if (ap_strstr((char *) cmd->config_file->name, recursion)) {
/httpd/server/
H A Dcore.c472 ** recursion stopper; 0 == unset
3085 unsigned *recursion; local
3091 recursion = data;
3094 data = recursion = apr_palloc(cmd->pool, sizeof(*recursion));
3095 *recursion = 0;
3099 if (++*recursion > AP_MAX_INCLUDE_DEPTH) {
3100 *recursion = 0;
3102 "There appears to be a recursion.",
3108 *recursion
[all...]

Completed in 22 milliseconds