Lines Matching refs:pcre_mode
503 #define CHAR_SIZE (1 << pcre_mode)
514 if (pcre_mode == PCRE32_MODE) \
516 else if (pcre_mode == PCRE16_MODE) \
522 if (pcre_mode == PCRE32_MODE) \
524 else if (pcre_mode == PCRE16_MODE) \
530 if (pcre_mode == PCRE32_MODE) \
532 else if (pcre_mode == PCRE16_MODE) \
538 if (pcre_mode == PCRE32_MODE) \
540 else if (pcre_mode == PCRE16_MODE) \
546 if (pcre_mode == PCRE32_MODE) \
548 else if (pcre_mode == PCRE16_MODE) \
553 #define STRLEN(p) (pcre_mode == PCRE32_MODE ? STRLEN32(p) : pcre_mode == PCRE16_MODE ? STRLEN16(p) …
556 if (pcre_mode == PCRE32_MODE) \
558 else if (pcre_mode == PCRE16_MODE) \
564 if (pcre_mode == PCRE32_MODE) \
566 else if (pcre_mode == PCRE16_MODE) \
575 if (pcre_mode == PCRE32_MODE) \
578 else if (pcre_mode == PCRE16_MODE) \
586 if (pcre_mode == PCRE32_MODE) \
588 else if (pcre_mode == PCRE16_MODE) \
595 if (pcre_mode == PCRE32_MODE) \
598 else if (pcre_mode == PCRE16_MODE) \
607 if (pcre_mode == PCRE32_MODE) \
610 else if (pcre_mode == PCRE16_MODE) \
618 if (pcre_mode == PCRE32_MODE) \
620 else if (pcre_mode == PCRE16_MODE) \
626 if (pcre_mode == PCRE32_MODE) \
628 else if (pcre_mode == PCRE16_MODE) \
634 if (pcre_mode == PCRE32_MODE) \
636 else if (pcre_mode == PCRE16_MODE) \
643 if (pcre_mode == PCRE32_MODE) \
646 else if (pcre_mode == PCRE16_MODE) \
654 if (pcre_mode == PCRE32_MODE) \
656 else if (pcre_mode == PCRE16_MODE) \
662 if (pcre_mode == PCRE32_MODE) \
664 else if (pcre_mode == PCRE16_MODE) \
670 if (pcre_mode == PCRE32_MODE) \
672 else if (pcre_mode == PCRE16_MODE) \
678 (pcre_mode == PCRE32_MODE ? \
680 : pcre_mode == PCRE16_MODE ? \
685 if (pcre_mode == PCRE32_MODE) \
687 else if (pcre_mode == PCRE16_MODE) \
693 …(pcre_mode == PCRE32_MODE ? pcre32_maketables() : pcre_mode == PCRE16_MODE ? pcre16_maketables() :…
696 if (pcre_mode == PCRE32_MODE) \
698 else if (pcre_mode == PCRE16_MODE) \
704 if (pcre_mode == PCRE32_MODE) \
706 else if (pcre_mode == PCRE16_MODE) \
712 if (pcre_mode == PCRE32_MODE) \
714 else if (pcre_mode == PCRE16_MODE) \
753 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
759 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
765 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
771 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
777 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
782 #define STRLEN(p) ((pcre_mode == G(G(PCRE,BITONE),_MODE)) ? \
786 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
792 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
801 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
809 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
816 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
825 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
833 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
839 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
845 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
852 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
860 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
866 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
872 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
878 (pcre_mode == G(G(PCRE,BITONE),_MODE)) ? \
883 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
889 (pcre_mode == G(G(PCRE,BITONE),_MODE)) ? \
893 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
899 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
905 if (pcre_mode == G(G(PCRE,BITONE),_MODE)) \
1106 static int pcre_mode = PCRE8_MODE; variable
1108 static int pcre_mode = PCRE16_MODE; variable
1110 static int pcre_mode = PCRE32_MODE; variable
2417 if (pcre_mode == PCRE32_MODE) in new_info()
2423 else if (pcre_mode == PCRE16_MODE) in new_info()
2439 pcre_mode == PCRE32_MODE ? "32" : pcre_mode == PCRE16_MODE ? "16" : "", option); in new_info()
2537 if (pcre_mode != PCRE16_MODE) return; in regexflip8_or_16()
3103 pcre_mode = PCRE8_MODE; in main()
3112 pcre_mode = PCRE16_MODE; in main()
3121 pcre_mode = PCRE32_MODE; in main()
3243 if (pcre_mode == PCRE8_MODE) in main()
3247 if (pcre_mode == PCRE16_MODE) in main()
3251 if (pcre_mode == PCRE32_MODE) in main()
3630 pcre_mode == PCRE32_MODE ? "32" : pcre_mode == PCRE16_MODE ? "16" : "", in main()
3956 if (pcre_mode == PCRE16_MODE) in main()
3983 if (pcre_mode == PCRE32_MODE) in main()
4204 int imm2_size = pcre_mode == PCRE8_MODE ? 2 : 1; in main()
4210 if (pcre_mode == PCRE32_MODE) in main()
4214 if (pcre_mode == PCRE16_MODE) in main()
4218 if (pcre_mode == PCRE8_MODE) in main()
4696 if (use_utf && (pcre_mode == PCRE8_MODE)) in main()
4913 if (pcre_mode == PCRE8_MODE) in main()
4941 if (pcre_mode == PCRE16_MODE) in main()
4977 if (pcre_mode == PCRE32_MODE) in main()
4988 if (pcre_mode == PCRE8_MODE) in main()
4995 if (pcre_mode == PCRE16_MODE) in main()
5002 if (pcre_mode == PCRE32_MODE) in main()
5338 if (pcre_mode == PCRE32_MODE) in main()
5344 if (pcre_mode == PCRE16_MODE) in main()
5350 if (pcre_mode == PCRE8_MODE) in main()
5403 if (pcre_mode == PCRE32_MODE) in main()
5409 if (pcre_mode == PCRE16_MODE) in main()
5415 if (pcre_mode == PCRE8_MODE) in main()
5529 (pcre_mode == PCRE8_MODE && in main()
5534 (pcre_mode == PCRE16_MODE && in main()
5539 (pcre_mode == PCRE32_MODE && in main()