Searched refs:PCRE2_DEREF_TABLES (Results 1 – 3 of 3) sorted by relevance
244 dst_re->flags |= PCRE2_DEREF_TABLES; in pcre2_serialize_decode()
543 #define PCRE2_DEREF_TABLES 0x00040000 /* release character tables */ macro
1214 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_copy()1258 newcode->flags |= PCRE2_DEREF_TABLES; in pcre2_code_copy_with_tables()1280 if ((code->flags & PCRE2_DEREF_TABLES) != 0) in pcre2_code_free()
Completed in 52 milliseconds