Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c244 dst_re->flags |= PCRE2_DEREF_TABLES; in pcre2_serialize_decode()
H A Dpcre2_internal.h543 #define PCRE2_DEREF_TABLES 0x00040000 /* release character tables */ macro
H A Dpcre2_compile.c1214 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