Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h82 #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
H A Dpcre2_dfa_match.c2210 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()
H A Dpcre2_match.c439 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()
H A Dpcre2_study.c1748 int d = TABLE_GET((unsigned int)c, re->tables + fcc_offset, c); in PRIV()
H A Dpcre2_jit_compile.c3475 return TABLE_GET(c, common->fcc, c); in char_othercase()
3504 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
3508 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
5725 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
6153 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6364 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
H A Dpcre2_compile.c5612 d = TABLE_GET(c, cb->fcc, c); in compile_branch()

Completed in 95 milliseconds