Home
last modified time | relevance | path

Searched refs:fcc_offset (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c775 ch = (code->tables + fcc_offset)[ch]; in pcre2_substitute()
877 ch = (code->tables + fcc_offset)[ch]; in pcre2_substitute()
H A Dpcre2_study.c838 if (MAX_255(c)) SET_BIT(re->tables[fcc_offset + c]); in set_table_bit()
1748 int d = TABLE_GET((unsigned int)c, re->tables + fcc_offset, c); in PRIV()
H A Dpcre2_dfa_match.c568 fcc = mb->tables + fcc_offset; 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_internal.h590 #define fcc_offset 256 /* Flip case */ macro
H A Dpcre2_match.c6654 mb->fcc = re->tables + fcc_offset; in pcre2_match()
H A Dpcre2_compile.c9752 cb.fcc = tables + fcc_offset; /* character */ in pcre2_compile()
H A Dpcre2_jit_compile.c13435 common->fcc = tables + fcc_offset; in jit_compile()

Completed in 89 milliseconds