Searched refs:TABLE_GET (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 82 #undef TABLE_GET 214 #define TABLE_GET(c, table, default) ((table)[c]) macro 227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
|
D | pcre2_dfa_match.c | 2210 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match() 2347 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2382 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2425 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2466 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2499 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2539 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 3529 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match() 3553 req_cu2 = TABLE_GET(req_cu, mb->tables + fcc_offset, req_cu); in pcre2_dfa_match()
|
D | pcre2_match.c | 439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref() 988 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1016 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1031 if (TABLE_GET(Fecode[1], mb->lcc, Fecode[1]) in match() 1032 != TABLE_GET(*Feptr, mb->lcc, *Feptr)) RRETURN(MATCH_NOMATCH); in match() 1102 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match() 1331 Loc = TABLE_GET(Lc, mb->fcc, Lc); in match() 1566 Loc = TABLE_GET(Lc, mb->fcc, Lc); /* Other case from table */ in match() 6666 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match() 6688 req_cu2 = TABLE_GET(req_cu, mb->fcc, req_cu); in pcre2_match()
|
D | pcre2_study.c | 1748 int d = TABLE_GET((unsigned int)c, re->tables + fcc_offset, c); in PRIV()
|
D | pcre2_jit_compile.c | 3472 return TABLE_GET(c, common->fcc, c); in char_othercase() 3501 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit() 3505 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit() 5729 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix() 6157 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char() 6439 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
|
D | pcre2_compile.c | 5613 d = TABLE_GET(c, cb->fcc, c); in compile_branch()
|