Home
last modified time | relevance | path

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

/PHP-8.1/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.c935 GETCHARLEN(fc, Fecode, Flength); in match()
980 GETCHARLEN(fc, Fecode, Flength); in match()
1216 GETCHARLEN(fc, Fecode, Flength); in match()
1664 GETCHARLEN(d, Feptr, len); in match()
1802 GETCHARLEN(d, Feptr, len); in match()
2028 GETCHARLEN(fc, Feptr, len); in match()
4242 GETCHARLEN(fc, Feptr, len); in match()
4274 GETCHARLEN(fc, Feptr, len); in match()
4296 GETCHARLEN(fc, Feptr, len); in match()
4316 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.c8806 GETCHARLEN(c, cc, length); in compile_char1_matchingpath()

Completed in 63 milliseconds