Home
last modified time | relevance | path

Searched refs:TABLE_GET (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h81 #undef TABLE_GET
215 #define TABLE_GET(c, table, default) ((table)[c]) macro
221 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
Dpcre2_dfa_match.c2087 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match()
2234 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2269 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2312 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2353 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2386 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2426 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
3338 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match()
3359 req_cu2 = TABLE_GET(req_cu, mb->tables + fcc_offset, req_cu); in pcre2_dfa_match()
Dpcre2_match.c220 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
3390 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
3422 if (TABLE_GET(ecode[1], mb->lcc, ecode[1]) in match()
3423 != TABLE_GET(*eptr, mb->lcc, *eptr)) RRETURN(MATCH_NOMATCH); in match()
3632 foc = TABLE_GET(fc, mb->fcc, fc); in match()
3780 och = TABLE_GET(ch, mb->fcc, ch); in match()
3789 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == c)) in match()
3888 foc = TABLE_GET(fc, mb->fcc, fc); in match()
6755 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match()
6775 req_cu2 = TABLE_GET(req_cu, mb->fcc, req_cu); in pcre2_match()
Dpcre2_jit_compile.c2633 return TABLE_GET(c, common->fcc, c); in char_othercase()
2658 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
2662 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
3834 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
4560 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
4764 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()