Home
last modified time | relevance | path

Searched refs:pcre2_code_copy (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2.h665 pcre2_code_copy(const pcre2_code *); \
848 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_) macro
H A Dpcre2.h.generic667 pcre2_code_copy(const pcre2_code *); \
850 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_)
H A Dpcre2.h.in667 pcre2_code_copy(const pcre2_code *); \
850 #define pcre2_code_copy PCRE2_SUFFIX(pcre2_code_copy_) macro
H A Dpcre2_compile.c1200 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() function
/aosp_15_r20/external/pcre/
H A DMakefile.am31 doc/html/pcre2_code_copy.html \
130 doc/pcre2_code_copy.3 \
H A DNEWS394 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled
H A DMakefile.in1057 doc/html/pcre2_code_copy.html \
1155 doc/pcre2_code_copy.3 \
H A DChangeLog2235 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
/aosp_15_r20/external/pcre/doc/
H A Dpcre2test.txt1043 pcre2_code_copy() function. The push and pushcopy modifiers are in-
H A Dpcre2.txt416 pcre2_code *pcre2_code_copy(const pcre2_code *code);
760 pcre2_code_copy() or pcre2_code_copy_with_tables() can be used to ob-
1340 pcre2_code *pcre2_code_copy(const pcre2_code *code);
1360 The function pcre2_code_copy() makes a copy of the compiled code in new
1366 pcre2_code_copy() is called with a NULL argument, it returns NULL.
1368 The pcre2_code_copy() function provides a way for individual threads in