Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c603 const uint8_t *ctypes = code->tables + ctypes_offset; in pcre2_substitute()
H A Dpcre2_internal.h591 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */ macro
592 #define TABLES_LENGTH (ctypes_offset + 256)
H A Dpcre2_dfa_match.c566 ctypes = mb->tables + ctypes_offset; in internal_dfa_match()
H A Dpcre2_match.c6868 mb->ctypes = re->tables + ctypes_offset; in pcre2_match()
H A Dpcre2_compile.c9880 cb.ctypes = tables + ctypes_offset; in pcre2_compile()
H A Dpcre2_jit_compile.c13774 common->ctypes = (sljit_sw)(tables + ctypes_offset); in jit_compile()

Completed in 141 milliseconds