Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h65 #undef GETCHARLEN
260 #define GETCHARLEN(c, eptr, len) c = *eptr; macro
324 #define GETCHARLEN(c, eptr, len) \ macro
429 #define GETCHARLEN(c, eptr, len) \ macro
502 #define GETCHARLEN(c, eptr, len) \ macro
Dpcre2_match.c2746 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
3147 GETCHARLEN(c, eptr, len); in match()
3340 GETCHARLEN(fc, ecode, length); in match()
3380 GETCHARLEN(fc, ecode, length); in match()
3517 GETCHARLEN(fc, ecode, length); in match()
3982 GETCHARLEN(d, eptr, len); in match()
4121 GETCHARLEN(d, eptr, len); in match()
4454 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
5215 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
5735 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } in match()
[all …]
Dpcre2_dfa_match.c658 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_match()
1386 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } in internal_dfa_match()
1648 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } in internal_dfa_match()
1919 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } in internal_dfa_match()
2109 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } in internal_dfa_match()
Dpcre2_compile.c3378 GETCHARLEN(c, ptr, ptr); /* macro generates multiple statements */ in scan_for_captures()
4371 GETCHARLEN(c, ptr, ptr); /* macro generates multiple statements */ in compile_branch()
4748 GETCHARLEN(d, ptr, ptr); /* macro generates multiple statements */ in compile_branch()
Dpcre2_jit_compile.c6543 GETCHARLEN(c, cc, length); in compile_char1_matchingpath()