Searched refs:GETCHARINCTEST (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_script_run.c | 101 GETCHARINCTEST(c, ptr); in PRIV() 333 GETCHARINCTEST(c, ptr); in PRIV()
|
H A D | pcre2_match.c | 2260 GETCHARINCTEST(fc, Feptr); in match() 2272 GETCHARINCTEST(fc, Feptr); in match() 2284 GETCHARINCTEST(fc, Feptr); in match() 2296 GETCHARINCTEST(fc, Feptr); in match() 2308 GETCHARINCTEST(fc, Feptr); in match() 2320 GETCHARINCTEST(fc, Feptr); in match() 2332 GETCHARINCTEST(fc, Feptr); in match() 2367 GETCHARINCTEST(fc, Feptr); in match() 2382 GETCHARINCTEST(fc, Feptr); in match() 2397 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 | 644 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 692 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 699 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 723 GETCHARINCTEST(c, pattern); in convert_glob_parse_range()
|
H A D | pcre2_substitute.c | 780 GETCHARINCTEST(ch, subptr); in pcre2_substitute() 880 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
|
H A D | pcre2_auto_possess.c | 406 GETCHARINCTEST(chr, code); in get_chr_property_list() 414 GETCHARINCTEST(chr, code); in get_chr_property_list()
|
H A D | pcre2_compile.c | 1522 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV() 2662 GETCHARINCTEST(c, ptr); in parse_regex() 2715 GETCHARINCTEST(c, ptr); in parse_regex() 3022 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3377 GETCHARINCTEST(c, ptr); in parse_regex() 3599 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3742 GETCHARINCTEST(c, ptr); in parse_regex()
|
H A 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() 7970 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 7994 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() [all …]
|
Completed in 87 milliseconds