Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_serialize.c244 dst_re->flags |= PCRE2_DEREF_TABLES; in pcre2_serialize_decode()
Dpcre2_internal.h524 #define PCRE2_DEREF_TABLES 0x00040000 /* release character tables */ macro
Dpcre2_compile.c1127 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_copy()
1171 newcode->flags |= PCRE2_DEREF_TABLES; in pcre2_code_copy_with_tables()
1191 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_free()