Home
last modified time | relevance | path

Searched refs:GETCHARLEN (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c101 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in PRIV()
H A Dpcre2_intmodedep.h66 #undef GETCHARLEN
265 #define GETCHARLEN(c, eptr, len) c = *eptr; macro
329 #define GETCHARLEN(c, eptr, len) \ macro
434 #define GETCHARLEN(c, eptr, len) \ macro
507 #define GETCHARLEN(c, eptr, len) \ macro
H A Dpcre2_match.c933 GETCHARLEN(fc, Fecode, Flength); in match()
978 GETCHARLEN(fc, Fecode, Flength); in match()
1214 GETCHARLEN(fc, Fecode, Flength); in match()
1662 GETCHARLEN(d, Feptr, len); in match()
1800 GETCHARLEN(d, Feptr, len); in match()
2026 GETCHARLEN(fc, Feptr, len); in match()
4240 GETCHARLEN(fc, Feptr, len); in match()
4272 GETCHARLEN(fc, Feptr, len); in match()
4294 GETCHARLEN(fc, Feptr, len); in match()
4314 GETCHARLEN(fc, Feptr, len); in match()
[all …]
H A Dpcre2_dfa_match.c811 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_match()
H A Dpcre2_jit_compile.c8729 GETCHARLEN(c, cc, length); in compile_char1_matchingpath()

Completed in 62 milliseconds