Home
last modified time | relevance | path

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

/PHP-8.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
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.c950 GETCHARLEN(fc, Fecode, Flength); in match()
995 GETCHARLEN(fc, Fecode, Flength); in match()
1231 GETCHARLEN(fc, Fecode, Flength); in match()
1679 GETCHARLEN(d, Feptr, len); in match()
1817 GETCHARLEN(d, Feptr, len); in match()
2043 GETCHARLEN(fc, Feptr, len); in match()
4449 GETCHARLEN(fc, Feptr, len); in match()
4481 GETCHARLEN(fc, Feptr, len); in match()
4503 GETCHARLEN(fc, Feptr, len); in match()
4523 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.c9037 GETCHARLEN(c, cc, length); in compile_char1_matchingpath()

Completed in 68 milliseconds