Searched refs:pcre2_code_copy (Results 1 – 9 of 9) sorted by relevance
31 doc/html/pcre2_code_copy.html \124 doc/pcre2_code_copy.3 \
150 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled
871 doc/html/pcre2_code_copy.html \964 doc/pcre2_code_copy.3 \
1005 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
643 *pcre2_code_copy(const pcre2_code *); \820 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_) macro
643 *pcre2_code_copy(const pcre2_code *); \820 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_)
1113 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() function
392 pcre2_code *pcre2_code_copy(const pcre2_code *code);699 pcre2_code_copy() or pcre2_code_copy_with_tables() can be used to1249 pcre2_code *pcre2_code_copy(const pcre2_code *code);1267 The function pcre2_code_copy() makes a copy of the compiled code in new1273 pcre2_code_copy() is called with a NULL argument, it returns NULL.1275 The pcre2_code_copy() function provides a way for individual threads in
965 pcre2_code_copy() function. The push and pushcopy modifiers are