Lines Matching refs:DPRINTF

368   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)); in match()
1015 DPRINTF(("bracket %d failed\n", number)); in match()
1031 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match()
1059 DPRINTF(("start non-capturing bracket\n")); in match()
1149 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match()
1801 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match()
1814 DPRINTF(("Recursion matched\n")); in match()
1842 DPRINTF(("Recursion gave error %d\n", rrc)); in match()
1853 DPRINTF(("Recursion didn't match\n")); in match()
3518 DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max, in match()
3791 DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max, in match()
6193 DPRINTF(("Unknown opcode %d\n", *ecode)); in match()
6233 DPRINTF(("jump error in pcre match: label %d non-existent\n", frame->Xwhere)); in match()
6669 DPRINTF(("Got memory to hold back references\n")); in pcre_exec()
7064 DPRINTF(("Copied offsets from temporary memory\n")); in pcre_exec()
7067 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7111 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec()
7123 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7131 DPRINTF((">>>> error: returning %d\n", rc)); in pcre_exec()
7142 DPRINTF((">>>> returning PCRE_ERROR_PARTIAL\n")); in pcre_exec()
7158 DPRINTF((">>>> returning PCRE_ERROR_NOMATCH\n")); in pcre_exec()