Lines Matching refs:debug_lengths
289 #define PCRE_PRINTINT8(re, outfile, debug_lengths) \ argument
290 pcre_printint(re, outfile, debug_lengths)
383 #define PCRE_PRINTINT16(re, outfile, debug_lengths) \ argument
384 pcre16_printint(re, outfile, debug_lengths)
475 #define PCRE_PRINTINT32(re, outfile, debug_lengths) \ argument
476 pcre32_printint(re, outfile, debug_lengths)
703 #define PCRE_PRINTINT(re, outfile, debug_lengths) \ argument
705 PCRE_PRINTINT32(re, outfile, debug_lengths); \
707 PCRE_PRINTINT16(re, outfile, debug_lengths); \
709 PCRE_PRINTINT8(re, outfile, debug_lengths)
898 #define PCRE_PRINTINT(re, outfile, debug_lengths) \ argument
900 G(PCRE_PRINTINT,BITONE)(re, outfile, debug_lengths); \
902 G(PCRE_PRINTINT,BITTWO)(re, outfile, debug_lengths)
1039 static int debug_lengths; variable
3489 debug_lengths = 1; in main()
3849 case 'Z': debug_lengths = 0; break; in main()
4153 PCRE_PRINTINT(re, outfile, debug_lengths); in main()