Home
last modified time | relevance | path

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

/PHP-8.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.c2314 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match()
2451 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2486 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2529 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2570 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2603 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2643 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
3640 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match()
3664 req_cu2 = TABLE_GET(req_cu, mb->tables + fcc_offset, req_cu); in pcre2_dfa_match()
H A Dpcre2_match.c446 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
1056 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1084 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1099 if (TABLE_GET(Fecode[1], mb->lcc, Fecode[1]) in match()
1100 != TABLE_GET(*Feptr, mb->lcc, *Feptr)) RRETURN(MATCH_NOMATCH); in match()
1170 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1399 Loc = TABLE_GET(Lc, mb->fcc, Lc); in match()
1634 Loc = TABLE_GET(Lc, mb->fcc, Lc); /* Other case from table */ in match()
7100 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match()
7122 req_cu2 = TABLE_GET(req_cu, mb->fcc, req_cu); in pcre2_match()
H A Dpcre2_study.c1838 int d = TABLE_GET((unsigned int)c, re->tables + fcc_offset, c); in PRIV()
H A Dpcre2_jit_compile.c3665 return TABLE_GET(c, common->fcc, c); in char_othercase()
3694 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
3698 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
5960 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
6398 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6680 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
H A Dpcre2_compile.c5976 d = TABLE_GET(c, cb->fcc, c); in compile_branch()

Completed in 117 milliseconds