Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds