Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c603 const uint8_t *ctypes = code->tables + ctypes_offset; in pcre2_substitute()
H A Dpcre2_internal.h609 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */ macro
610 #define TABLES_LENGTH (ctypes_offset + 256)
H A Dpcre2_dfa_match.c568 ctypes = mb->tables + ctypes_offset; in internal_dfa_match()
H A Dpcre2_match.c7089 mb->ctypes = re->tables + ctypes_offset; in pcre2_match()
H A Dpcre2_compile.c10245 cb.ctypes = tables + ctypes_offset; in pcre2_compile()
H A Dpcre2_jit_compile.c14227 common->ctypes = (sljit_sw)(tables + ctypes_offset); in jit_compile()

Completed in 112 milliseconds