Home
last modified time | relevance | path

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

/PHP-8.3/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.c2267 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match()
2404 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2439 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2482 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2523 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2556 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
2596 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
3588 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match()
3612 req_cu2 = TABLE_GET(req_cu, mb->tables + fcc_offset, req_cu); in pcre2_dfa_match()
H A Dpcre2_match.c441 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
1005 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1033 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1048 if (TABLE_GET(Fecode[1], mb->lcc, Fecode[1]) in match()
1049 != TABLE_GET(*Feptr, mb->lcc, *Feptr)) RRETURN(MATCH_NOMATCH); in match()
1119 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1348 Loc = TABLE_GET(Lc, mb->fcc, Lc); in match()
1583 Loc = TABLE_GET(Lc, mb->fcc, Lc); /* Other case from table */ in match()
6879 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match()
6901 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.c3545 return TABLE_GET(c, common->fcc, c); in char_othercase()
3574 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
3578 oc = TABLE_GET(c, common->fcc, c); in char_get_othercase_bit()
5803 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
6231 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6513 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char()
H A Dpcre2_compile.c5720 d = TABLE_GET(c, cb->fcc, c); in compile_branch()

Completed in 88 milliseconds