Lines Matching refs:DPRINTF

366   DPRINTF(("restarting from line %d\n", __LINE__));\
369 DPRINTF(("jumped back to line %d\n", __LINE__));\
974 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match()
1013 DPRINTF(("bracket %d failed\n", number)); in match()
1029 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match()
1057 DPRINTF(("start non-capturing bracket\n")); in match()
1147 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match()
1799 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match()
1812 DPRINTF(("Recursion matched\n")); in match()
1840 DPRINTF(("Recursion gave error %d\n", rrc)); in match()
1851 DPRINTF(("Recursion didn't match\n")); in match()
3516 DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max, in match()
3789 DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max, in match()
6191 DPRINTF(("Unknown opcode %d\n", *ecode)); in match()
6231 DPRINTF(("jump error in pcre match: label %d non-existent\n", frame->Xwhere)); in match()
6667 DPRINTF(("Got memory to hold back references\n")); in pcre_exec()
7063 DPRINTF(("Copied offsets from temporary memory\n")); in pcre_exec()
7066 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7110 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec()
7122 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7130 DPRINTF((">>>> error: returning %d\n", rc)); in pcre_exec()
7141 DPRINTF((">>>> returning PCRE_ERROR_PARTIAL\n")); in pcre_exec()
7157 DPRINTF((">>>> returning PCRE_ERROR_NOMATCH\n")); in pcre_exec()