OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre2_code_copy
(Results
1 - 18
of
18
) sorted by null
/external/pcre/dist2/doc/
pcre2_code_copy.3
1
.TH
PCRE2_CODE_COPY
3 "26 February 2016" "PCRE2 10.22"
10
.B pcre2_code *
pcre2_code_copy
(const pcre2_code *\fIcode\fP);
index.html.src
94
<tr><td><a href="
pcre2_code_copy
.html">
pcre2_code_copy
</a></td>
pcre2api.3
236
.B pcre2_code *
pcre2_code_copy
(const pcre2_code *\fIcode\fP);
[
all
...]
pcre2.txt
380
pcre2_code *
pcre2_code_copy
(const pcre2_code *code);
629
pcre2_code_copy
() can be used to obtain a private copy of the compiled
[
all
...]
pcre2test.1
[
all
...]
pcre2test.txt
[
all
...]
/external/pcre/dist2/doc/html/
pcre2_code_copy.html
3
<title>
pcre2_code_copy
specification</title>
6
<h1>
pcre2_code_copy
man page</h1>
22
<b>pcre2_code *
pcre2_code_copy
(const pcre2_code *<i>code</i>);</b>
index.html
94
<tr><td><a href="
pcre2_code_copy
.html">
pcre2_code_copy
</a></td>
pcre2api.html
294
<b>pcre2_code *
pcre2_code_copy
(const pcre2_code *<i>code</i>);</b>
570
<b>pcre2_jit_compile()</b>. Alternatively, <b>
pcre2_code_copy
()</b> can be used
[
all
...]
pcre2test.html
[
all
...]
/external/pcre/dist2/
NEWS
12
3. A new function,
pcre2_code_copy
(), is added, to make a copy of a compiled
Makefile.am
28
doc/html/
pcre2_code_copy
.html \
109
doc/
pcre2_code_copy
.3 \
ChangeLog
72
15. Implemented
pcre2_code_copy
(), and added pushcopy and #popcopy to pcre2test
[
all
...]
Makefile.in
834
doc/html/
pcre2_code_copy
.html \
[
all
...]
/external/pcre/dist2/src/
pcre2.h.generic
448
pcre2_code *
pcre2_code_copy
(const pcre2_code *);
597
#define
pcre2_code_copy
PCRE2_SUFFIX(pcre2_code_copy_)
[
all
...]
pcre2.h.in
448
pcre2_code *
pcre2_code_copy
(const pcre2_code *);
597
#define
pcre2_code_copy
PCRE2_SUFFIX(pcre2_code_copy_)
[
all
...]
pcre2test.c
[
all
...]
pcre2_compile.c
740
pcre2_code_copy
(const pcre2_code *code)
function
[
all
...]
Completed in 3064 milliseconds