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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c358 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
369 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \
379 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
390 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \
442 DPRINTF(("\n%.*s---------------------\n"
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
663 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP));
684 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP));
799 DPRINTF(("%.*sSet matched string = \"%.*s\"\n", rlevel*2-2, SP,
804 DPRINTF(("
[all...]
H A Dpcre_exec.c368 DPRINTF(("restarting from line %d\n", __LINE__));\
371 DPRINTF(("jumped back to line %d\n", __LINE__));\
976 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3));
1015 DPRINTF(("bracket %d failed\n", number));
1031 DPRINTF(("insufficient capture room: treat as non-capturing\n"));
1059 DPRINTF(("start non-capturing bracket\n"));
1149 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3));
1222 DPRINTF(("insufficient capture room: treat as non-capturing\n"));
1798 DPRINTF(("Recursing into group %d\n", new_recursive.group_num));
1811 DPRINTF(("Recursio
[all...]
H A Dpcre_internal.h94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so
97 #undef DPRINTF macro
99 #define DPRINTF(p) printf p macro
101 #define DPRINTF(p) /* Nothing */ macro
H A Dpcre_compile.c4447 if (lengthptr != NULL) DPRINTF((">> start branch\n"));
4549 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr,
4685 DPRINTF((">> end branch\n"));
8220 DPRINTF(("fixed length = %d\n", fixed_length));
9067 DPRINTF(("------------------------------------------------------------------\n"));
9071 DPRINTF(("\n"));
9116 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length,
9328 DPRINTF(("fixed length = %d\n", fixed_length));

Completed in 85 milliseconds