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

/httpd/modules/filters/
H A Dmod_include.c236 static void debug_printf(include_ctx_t *ctx, const char *fmt, ...) function
255 debug_printf(ctx, "!!! Parse tree is not consistent !!!\n"); \
257 debug_printf(ctx, "Parent of " #child " child node is " \
261 debug_printf(ctx, "Parent of " #child " child node " \
272 debug_printf(ctx, "%s(missing)\n", is); \
282 debug_printf(ctx, " -- Parse Tree empty --\n\n");
286 debug_printf(ctx, " ----- Parse Tree -----\n");
294 debug_printf(ctx, "%s%s (%s)\n", is, current->token.s,
305 debug_printf(ctx, "%s%s\n", is, current->token.s);
321 debug_printf(ct
[all...]

Completed in 261 milliseconds