Home
last modified time | relevance | path

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

/PHP-7.3/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
266 #define GETCHARLEN(c, eptr, len) c = *eptr; macro
330 #define GETCHARLEN(c, eptr, len) \ macro
435 #define GETCHARLEN(c, eptr, len) \ macro
508 #define GETCHARLEN(c, eptr, len) \ macro
H A Dpcre2_match.c913 GETCHARLEN(fc, Fecode, Flength); in match()
957 GETCHARLEN(fc, Fecode, Flength); in match()
1145 GETCHARLEN(fc, Fecode, Flength); in match()
1589 GETCHARLEN(d, Feptr, len); in match()
1727 GETCHARLEN(d, Feptr, len); in match()
1953 GETCHARLEN(fc, Feptr, len); in match()
4167 GETCHARLEN(fc, Feptr, len); in match()
4199 GETCHARLEN(fc, Feptr, len); in match()
4221 GETCHARLEN(fc, Feptr, len); in match()
4241 GETCHARLEN(fc, Feptr, len); in match()
[all …]
H A Dpcre2_dfa_match.c799 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_match()
H A Dpcre2_jit_compile.c7239 GETCHARLEN(c, cc, len); in do_extuni_utf()
7620 GETCHARLEN(c, cc, length); in compile_char1_matchingpath()

Completed in 53 milliseconds