Home
last modified time | relevance | path

Searched refs:PCRE2_DEREF_TABLES (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c244 dst_re->flags |= PCRE2_DEREF_TABLES; in pcre2_serialize_decode()
H A Dpcre2_internal.h526 #define PCRE2_DEREF_TABLES 0x00040000 /* release character tables */ macro
H A Dpcre2_compile.c1203 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_copy()
1247 newcode->flags |= PCRE2_DEREF_TABLES; in pcre2_code_copy_with_tables()
1267 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_free()

Completed in 34 milliseconds