Searched refs:pcre2_code_copy (Results 1 – 9 of 9) sorted by relevance
28 doc/html/pcre2_code_copy.html \109 doc/pcre2_code_copy.3 \
12 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled
72 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
834 doc/html/pcre2_code_copy.html \915 doc/pcre2_code_copy.3 \
448 pcre2_code *pcre2_code_copy(const pcre2_code *);597 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_) macro
448 pcre2_code *pcre2_code_copy(const pcre2_code *);597 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_)
740 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() function
848 pcre2_code_copy() function. The push and pushcopy modifiers are
380 pcre2_code *pcre2_code_copy(const pcre2_code *code);629 pcre2_code_copy() can be used to obtain a private copy of the compiled1103 pcre2_code *pcre2_code_copy(const pcre2_code *code);1118 The function pcre2_code_copy() makes a copy of the compiled code in new1124 pcre2_code_copy() function provides a way for individual threads in a