Searched refs:GETCHARINCTEST (Results 1 – 8 of 8) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_match.c | 1551 GETCHARINCTEST(Lc, Fecode); in match() 2156 GETCHARINCTEST(fc, Feptr); in match() 2179 GETCHARINCTEST(fc, Feptr); in match() 2246 GETCHARINCTEST(fc, Feptr); in match() 2258 GETCHARINCTEST(fc, Feptr); in match() 2270 GETCHARINCTEST(fc, Feptr); in match() 2282 GETCHARINCTEST(fc, Feptr); in match() 2294 GETCHARINCTEST(fc, Feptr); in match() 2306 GETCHARINCTEST(fc, Feptr); in match() 2318 GETCHARINCTEST(fc, Feptr); in match() [all …]
|
D | pcre2_intmodedep.h | 65 #undef GETCHARINCTEST 264 #define GETCHARINCTEST(c, eptr) c = *eptr++; macro 322 #define GETCHARINCTEST(c, eptr) \ macro 420 #define GETCHARINCTEST(c, eptr) \ macro 500 #define GETCHARINCTEST(c, eptr) \ macro
|
D | pcre2_script_run.c | 101 GETCHARINCTEST(c, ptr); in PRIV() 333 GETCHARINCTEST(c, ptr); in PRIV()
|
D | pcre2_convert.c | 645 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 693 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 700 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 724 GETCHARINCTEST(c, pattern); in convert_glob_parse_range()
|
D | pcre2_substitute.c | 777 GETCHARINCTEST(ch, subptr); in pcre2_substitute() 877 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
|
D | pcre2_auto_possess.c | 406 GETCHARINCTEST(chr, code); in get_chr_property_list() 414 GETCHARINCTEST(chr, code); in get_chr_property_list()
|
D | pcre2_compile.c | 1520 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV() 2660 GETCHARINCTEST(c, ptr); in parse_regex() 2713 GETCHARINCTEST(c, ptr); in parse_regex() 3020 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3375 GETCHARINCTEST(c, ptr); in parse_regex() 3597 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3740 GETCHARINCTEST(c, ptr); in parse_regex()
|
D | pcre2_jit_compile.c | 7541 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7551 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7553 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7755 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7760 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7761 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7794 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7799 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7800 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7832 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() [all …]
|