OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre2_substring_list_free
(Results
1 - 15
of
15
) sorted by null
/external/pcre/dist2/doc/
pcre2_substring_list_free.3
1
.TH
PCRE2_SUBSTRING_LIST_FREE
3 "21 October 2014" "PCRE2 10.00"
10
.B void
pcre2_substring_list_free
(PCRE2_SPTR *\fIlist\fP);
pcre2_substring_list_get.3
index.html.src
259
<tr><td><a href="
pcre2_substring_list_free
.html">
pcre2_substring_list_free
</a></td>
pcre2api.3
171
.B void
pcre2_substring_list_free
(PCRE2_SPTR *\fIlist\fP);
[
all
...]
pcre2.txt
327
void
pcre2_substring_list_free
(PCRE2_SPTR *list);
521
pcre2_substring_free() and
pcre2_substring_list_free
() are also pro-
[
all
...]
/external/pcre/dist2/doc/html/
pcre2_substring_list_free.html
3
<title>
pcre2_substring_list_free
specification</title>
6
<h1>
pcre2_substring_list_free
man page</h1>
22
<b>void
pcre2_substring_list_free
(PCRE2_SPTR *<i>list</i>);</b>
pcre2_substring_list_get.html
35
<b>
pcre2_substring_list_free
()</b> can be used to free it when it is no longer
index.html
259
<tr><td><a href="
pcre2_substring_list_free
.html">
pcre2_substring_list_free
</a></td>
pcre2api.html
236
<b>void
pcre2_substring_list_free
(PCRE2_SPTR *<i>list</i>);</b>
454
<b>pcre2_substring_free()</b> and <b>
pcre2_substring_list_free
()</b> are also
[
all
...]
/external/pcre/dist2/
Makefile.am
81
doc/html/
pcre2_substring_list_free
.html \
162
doc/
pcre2_substring_list_free
.3 \
Makefile.in
[
all
...]
/external/pcre/dist2/src/
pcre2.h.generic
505
PCRE2_EXP_DECL void
pcre2_substring_list_free
(PCRE2_SPTR *); \
652
#define
pcre2_substring_list_free
PCRE2_SUFFIX(pcre2_substring_list_free_)
[
all
...]
pcre2.h.in
505
PCRE2_EXP_DECL void
pcre2_substring_list_free
(PCRE2_SPTR *); \
652
#define
pcre2_substring_list_free
PCRE2_SUFFIX(pcre2_substring_list_free_)
[
all
...]
pcre2_substring.c
440
pcre2_substring_list_free
(PCRE2_SPTR *list)
function
pcre2test.c
[
all
...]
Completed in 87 milliseconds