Home
last modified time | relevance | path

Searched refs:GETCHARINCTEST (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_match.c1551 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 …]
Dpcre2_intmodedep.h65 #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
Dpcre2_script_run.c101 GETCHARINCTEST(c, ptr); in PRIV()
333 GETCHARINCTEST(c, ptr); in PRIV()
Dpcre2_convert.c645 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()
Dpcre2_substitute.c777 GETCHARINCTEST(ch, subptr); in pcre2_substitute()
877 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
Dpcre2_auto_possess.c406 GETCHARINCTEST(chr, code); in get_chr_property_list()
414 GETCHARINCTEST(chr, code); in get_chr_property_list()
Dpcre2_compile.c1520 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()
Dpcre2_jit_compile.c7541 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 …]