Searched refs:pcre2_code_copy (Results 1 – 9 of 9) sorted by relevance
31 doc/html/pcre2_code_copy.html \127 doc/pcre2_code_copy.3 \
249 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled
972 doc/html/pcre2_code_copy.html \1068 doc/pcre2_code_copy.3 \
1572 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
653 *pcre2_code_copy(const pcre2_code *); \834 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_)
653 *pcre2_code_copy(const pcre2_code *); \834 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_) macro
1189 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() function
396 pcre2_code *pcre2_code_copy(const pcre2_code *code);736 pcre2_code_copy() or pcre2_code_copy_with_tables() can be used to ob-1298 pcre2_code *pcre2_code_copy(const pcre2_code *code);1316 The function pcre2_code_copy() makes a copy of the compiled code in new1322 pcre2_code_copy() is called with a NULL argument, it returns NULL.1324 The pcre2_code_copy() function provides a way for individual threads in
997 pcre2_code_copy() function. The push and pushcopy modifiers are in-