OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre2_match_data_free
(Results
1 - 24
of
24
) sorted by null
/external/pcre/dist2/doc/
pcre2_match_data_free.3
1
.TH
PCRE2_MATCH_DATA_FREE
3 "24 October 2014" "PCRE2 10.00"
10
.B void
pcre2_match_data_free
(pcre2_match_data *\fImatch_data\fP);
pcre2demo.3
207
pcre2_match_data_free
(match_data); /* Release memory used for the match */
321
pcre2_match_data_free
(match_data); /* Release the memory that was used */
407
pcre2_match_data_free
(match_data);
447
pcre2_match_data_free
(match_data);
index.html.src
183
<tr><td><a href="
pcre2_match_data_free
.html">
pcre2_match_data_free
</a></td>
pcre2jit.3
361
pcre2_match_data_free
(match_data);
pcre2api.3
42
.B void
pcre2_match_data_free
(pcre2_match_data *\fImatch_data\fP);
[
all
...]
pcre2.txt
213
void
pcre2_match_data_free
(pcre2_match_data *match_data);
[
all
...]
/external/pcre/dist2/doc/html/
pcre2_match_data_free.html
3
<title>
pcre2_match_data_free
specification</title>
6
<h1>
pcre2_match_data_free
man page</h1>
22
<b>void
pcre2_match_data_free
(pcre2_match_data *<i>match_data</i>);</b>
pcre2demo.html
207
pcre2_match_data_free
(match_data); /* Release memory used for the match */
321
pcre2_match_data_free
(match_data); /* Release the memory that was used */
407
pcre2_match_data_free
(match_data);
447
pcre2_match_data_free
(match_data);
index.html
183
<tr><td><a href="
pcre2_match_data_free
.html">
pcre2_match_data_free
</a></td>
pcre2jit.html
388
pcre2_match_data_free
(match_data);
pcre2api.html
98
<b>void
pcre2_match_data_free
(pcre2_match_data *<i>match_data</i>);</b>
[
all
...]
/external/pcre/dist2/src/
pcre2_match_data.c
93
pcre2_match_data_free
(pcre2_match_data *match_data)
function
pcre2demo.c
190
pcre2_match_data_free
(match_data); /* Release memory used for the match */
304
pcre2_match_data_free
(match_data); /* Release the memory that was used */
390
pcre2_match_data_free
(match_data);
430
pcre2_match_data_free
(match_data);
pcre2.h.generic
478
PCRE2_EXP_DECL void
pcre2_match_data_free
(pcre2_match_data *); \
626
#define
pcre2_match_data_free
PCRE2_SUFFIX(pcre2_match_data_free_)
[
all
...]
pcre2.h.in
478
PCRE2_EXP_DECL void
pcre2_match_data_free
(pcre2_match_data *); \
626
#define
pcre2_match_data_free
PCRE2_SUFFIX(pcre2_match_data_free_)
[
all
...]
pcre2posix.c
209
pcre2_match_data_free
(preg->re_match_data);
pcre2_substitute.c
830
if (match_data_created)
pcre2_match_data_free
(match_data);
pcre2test.c
[
all
...]
pcre2grep.c
[
all
...]
/external/pcre/dist2/
Makefile.am
57
doc/html/
pcre2_match_data_free
.html \
138
doc/
pcre2_match_data_free
.3 \
Makefile.in
863
doc/html/
pcre2_match_data_free
.html \
[
all
...]
/external/selinux/libselinux/src/
regex.c
207
pcre2_match_data_free
(regex->match_data);
/external/pcre/pcrecpp/
pcrecpp.cc
332
pcre2_match_data_free
);
/system/sepolicy/tools/
check_seapp.c
608
pcre2_match_data_free
(m->regex.match_data);
Completed in 161 milliseconds