Searched refs:GETCHARINCTEST (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_script_run.c | 101 GETCHARINCTEST(c, ptr); in PRIV() 430 GETCHARINCTEST(c, ptr); in PRIV()
|
H A D | pcre2_match.c | 2243 GETCHARINCTEST(fc, Feptr); in match() 2255 GETCHARINCTEST(fc, Feptr); in match() 2267 GETCHARINCTEST(fc, Feptr); in match() 2279 GETCHARINCTEST(fc, Feptr); in match() 2291 GETCHARINCTEST(fc, Feptr); in match() 2303 GETCHARINCTEST(fc, Feptr); in match() 2315 GETCHARINCTEST(fc, Feptr); in match() 2350 GETCHARINCTEST(fc, Feptr); in match() 2365 GETCHARINCTEST(fc, Feptr); in match() 2380 GETCHARINCTEST(fc, Feptr); in match() [all …]
|
H A 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
|
H A 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()
|
H A D | pcre2_substitute.c | 758 GETCHARINCTEST(ch, subptr); in pcre2_substitute() 858 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
|
H A D | pcre2_auto_possess.c | 389 GETCHARINCTEST(chr, code); in get_chr_property_list() 397 GETCHARINCTEST(chr, code); in get_chr_property_list()
|
H A D | pcre2_compile.c | 1501 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV() 2554 GETCHARINCTEST(c, ptr); in parse_regex() 2607 GETCHARINCTEST(c, ptr); in parse_regex() 2914 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3269 GETCHARINCTEST(c, ptr); in parse_regex() 3491 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3634 GETCHARINCTEST(c, ptr); in parse_regex()
|
H A D | pcre2_jit_compile.c | 7376 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7386 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7388 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7574 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7579 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7580 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7665 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7689 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7691 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
|
Completed in 89 milliseconds