OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre2_code_free
(Results
1 - 25
of
25
) sorted by null
/external/pcre/dist2/doc/
pcre2_code_free.3
1
.TH
PCRE2_CODE_FREE
3 "29 July 2015" "PCRE2 10.21"
10
.B void
pcre2_code_free
(pcre2_code *\fIcode\fP);
pcre2serialize.3
pcre2demo.3
208
pcre2_code_free
(re); /* data and the compiled pattern. */
322
pcre2_code_free
(re); /* for the match data and the pattern. */
408
pcre2_code_free
(re);
448
pcre2_code_free
(re);
index.html.src
97
<tr><td><a href="
pcre2_code_free
.html">
pcre2_code_free
</a></td>
pcre2jit.3
360
pcre2_code_free
(re);
pcre2api.3
23
.B void
pcre2_code_free
(pcre2_code *\fIcode\fP);
[
all
...]
pcre2.txt
194
void
pcre2_code_free
(pcre2_code *code);
[
all
...]
/external/pcre/dist2/doc/html/
pcre2_code_free.html
3
<title>
pcre2_code_free
specification</title>
6
<h1>
pcre2_code_free
man page</h1>
22
<b>void
pcre2_code_free
(pcre2_code *<i>code</i>);</b>
pcre2serialize.html
119
way by calling <b>
pcre2_code_free
()</b>. When you have finished with the byte
166
by calling <b>
pcre2_code_free
()</b>. However, be aware that there is a potential
172
to call <b>
pcre2_code_free
()</b> for these patterns in different threads, you
173
must arrange your own locking, and ensure that <b>
pcre2_code_free
()</b> cannot
pcre2demo.html
208
pcre2_code_free
(re); /* data and the compiled pattern. */
322
pcre2_code_free
(re); /* for the match data and the pattern. */
408
pcre2_code_free
(re);
448
pcre2_code_free
(re);
index.html
97
<tr><td><a href="
pcre2_code_free
.html">
pcre2_code_free
</a></td>
pcre2jit.html
117
compiled pattern is freed by calling <b>
pcre2_code_free
()</b>.
387
pcre2_code_free
(re);
pcre2api.html
74
<b>void
pcre2_code_free
(pcre2_code *<i>code</i>);</b>
[
all
...]
/external/pcre/dist2/src/
pcre2demo.c
191
pcre2_code_free
(re); /* data and the compiled pattern. */
305
pcre2_code_free
(re); /* for the match data and the pattern. */
391
pcre2_code_free
(re);
431
pcre2_code_free
(re);
pcre2posix.c
210
pcre2_code_free
(preg->re_pcre2_code);
274
pcre2_code_free
(preg->re_pcre2_code);
pcre2.h.generic
446
PCRE2_EXP_DECL void
pcre2_code_free
(pcre2_code *); \
598
#define
pcre2_code_free
PCRE2_SUFFIX(pcre2_code_free_)
[
all
...]
pcre2.h.in
446
PCRE2_EXP_DECL void
pcre2_code_free
(pcre2_code *); \
598
#define
pcre2_code_free
PCRE2_SUFFIX(pcre2_code_free_)
[
all
...]
pcre2test.c
[
all
...]
pcre2grep.c
543
if (p->compiled != NULL)
pcre2_code_free
(p->compiled);
[
all
...]
pcre2_compile.c
770
pcre2_code_free
(pcre2_code *code)
function
[
all
...]
/external/pcre/dist2/
Makefile.am
29
doc/html/
pcre2_code_free
.html \
110
doc/
pcre2_code_free
.3 \
Makefile.in
835
doc/html/
pcre2_code_free
.html \
[
all
...]
/external/pcre/pcrecpp/
pcrecpp.cc
71
if (re_full_ != NULL)
pcre2_code_free
(re_full_);
72
if (re_partial_ != NULL)
pcre2_code_free
(re_partial_);
/external/selinux/libselinux/src/
regex.c
205
pcre2_code_free
(regex->regex);
/system/sepolicy/tools/
check_seapp.c
360
pcre2_code_free
(km->regex.compiled);
604
pcre2_code_free
(m->regex.compiled);
Completed in 791 milliseconds