Home
last modified time | relevance | path

Searched refs:pcre2_code_copy_with_tables (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/
DMakefile.am32 doc/html/pcre2_code_copy_with_tables.html \
125 doc/pcre2_code_copy_with_tables.3 \
DNEWS131 7. A new function called pcre2_code_copy_with_tables() exists to copy a
DMakefile.in872 doc/html/pcre2_code_copy_with_tables.html \
965 doc/pcre2_code_copy_with_tables.3 \
DChangeLog798 28. Implemented pcre2_code_copy_with_tables(), and added pushtablescopy to
/external/pcre/dist2/src/
Dpcre2.h.in645 *pcre2_code_copy_with_tables(const pcre2_code *);
821 #define pcre2_code_copy_with_tables PCRE2_SUFFIX(pcre2_code_copy_with_tables_) macro
Dpcre2.h.generic645 *pcre2_code_copy_with_tables(const pcre2_code *);
821 #define pcre2_code_copy_with_tables PCRE2_SUFFIX(pcre2_code_copy_with_tables_)
Dpcre2_compile.c1147 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables() function
/external/pcre/dist2/doc/
Dpcre2.txt394 pcre2_code *pcre2_code_copy_with_tables(const pcre2_code *code);
699 pcre2_code_copy() or pcre2_code_copy_with_tables() can be used to
1251 pcre2_code *pcre2_code_copy_with_tables(const pcre2_code *code);
1283 are needed. The pcre2_code_copy_with_tables() provides this facility.