Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h592 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */ macro
593 #define TABLES_LENGTH (ctypes_offset + 256)
H A Dpcre2_substitute.c581 const uint8_t *ctypes = code->tables + ctypes_offset; in pcre2_substitute()
H A Dpcre2_dfa_match.c566 ctypes = mb->tables + ctypes_offset; in internal_dfa_match()
H A Dpcre2_match.c6655 mb->ctypes = re->tables + ctypes_offset; in pcre2_match()
H A Dpcre2_compile.c9754 cb.ctypes = tables + ctypes_offset; in pcre2_compile()
H A Dpcre2_jit_compile.c13468 common->ctypes = (sljit_sw)(tables + ctypes_offset); in jit_compile()

Completed in 83 milliseconds