/external/pcre/dist2/doc/ |
pcre2_serialize_free.3 | |
pcre2_serialize_get_number_of_codes.3 | |
pcre2_serialize_encode.3 | 1 .TH PCRE2_SERIALIZE_ENCODE 3 "02 September 2015" "PCRE2 10.21" 10 .B int32_t pcre2_serialize_encode(const pcre2_code **\fIcodes\fP,
|
pcre2_serialize_decode.3 | |
pcre2serialize.3 | 12 .B int32_t pcre2_serialize_encode(pcre2_code **\fIcodes\fP, 95 errorcode = pcre2_serialize_encode(list_of_codes, 2, &bytes,
|
index.html.src | 192 <tr><td><a href="pcre2_serialize_encode.html">pcre2_serialize_encode</a></td>
|
pcre2api.3 | 222 .B int32_t pcre2_serialize_encode(const pcre2_code **\fIcodes\fP, [all...] |
pcre2.txt | 369 int32_t pcre2_serialize_encode(const pcre2_code **codes, [all...] |
/external/pcre/dist2/doc/html/ |
pcre2_serialize_encode.html | 3 <title>pcre2_serialize_encode specification</title> 6 <h1>pcre2_serialize_encode man page</h1> 22 <b>int32_t pcre2_serialize_encode(const pcre2_code **<i>codes</i>,</b>
|
pcre2_serialize_free.html | 29 <b>pcre2_serialize_encode()</b> to hold a serialized byte stream. The argument
|
pcre2_serialize_get_number_of_codes.html | 29 originally created by <b>pcre2_serialize_encode()</b> (though it may have been
|
pcre2_serialize_decode.html | 39 created by <b>pcre2_serialize_encode()</b>, though it may have been saved on
|
pcre2serialize.html | 30 <b>int32_t pcre2_serialize_encode(pcre2_code **<i>codes</i>,</b> 73 The function <b>pcre2_serialize_encode()</b> creates a serialized byte stream 108 errorcode = pcre2_serialize_encode(list_of_codes, 2, &bytes,
|
index.html | 192 <tr><td><a href="pcre2_serialize_encode.html">pcre2_serialize_encode</a></td>
|
pcre2api.html | 282 <b>int32_t pcre2_serialize_encode(const pcre2_code **<i>codes</i>,</b> [all...] |
/external/pcre/dist2/src/ |
pcre2_serialize.c | 72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, function
|
pcre2.h.generic | 512 PCRE2_EXP_DECL int32_t pcre2_serialize_encode(const pcre2_code **, \ 629 #define pcre2_serialize_encode PCRE2_SUFFIX(pcre2_serialize_encode_) [all...] |
pcre2.h.in | 512 PCRE2_EXP_DECL int32_t pcre2_serialize_encode(const pcre2_code **, \ 629 #define pcre2_serialize_encode PCRE2_SUFFIX(pcre2_serialize_encode_) [all...] |
pcre2test.c | [all...] |
/external/pcre/dist2/ |
Makefile.am | 60 doc/html/pcre2_serialize_encode.html \ 141 doc/pcre2_serialize_encode.3 \
|
Makefile.in | 866 doc/html/pcre2_serialize_encode.html \ [all...] |
/external/selinux/libselinux/src/ |
regex.c | 171 rc = pcre2_serialize_encode((const pcre2_code **)®ex->regex,
|