/external/pcre/dist2/doc/html/ |
pcre2_config.html | 3 <title>pcre2_config specification</title> 6 <h1>pcre2_config man page</h1> 22 <b>int pcre2_config(uint32_t <i>what</i>, void *<i>where</i>);</b>
|
pcre2.html | 76 <a href="pcre2_config.html"><b>pcre2_config()</b></a>
|
index.html | 112 <tr><td><a href="pcre2_config.html">pcre2_config</a></td>
|
pcre2api.html | 312 <b>int pcre2_config(uint32_t <i>what</i>, void *<i>where</i>);</b> 469 PCRE2 was built (<b>pcre2_config()</b>). [all...] |
NON-AUTOTOOLS-BUILD.txt | 96 pcre2_config.c
|
pcre2jit.html | 64 A program can tell if JIT support is available by calling <b>pcre2_config()</b>
|
/external/pcre/dist2/doc/ |
pcre2_config.3 | 1 .TH PCRE2_CONFIG 3 "20 April 2014" "PCRE2 10.0" 10 .B int pcre2_config(uint32_t \fIwhat\fP, void *\fIwhere\fP);
|
index.html.src | 112 <tr><td><a href="pcre2_config.html">pcre2_config</a></td>
|
pcre2.3 | |
pcre2api.3 | 249 .B int pcre2_config(uint32_t \fIwhat\fP, void *\fIwhere\fP); [all...] |
pcre2jit.3 | |
pcre2.txt | 61 library is built. The pcre2_config() function makes it possible for a 393 int pcre2_config(uint32_t what, void *where); 533 which PCRE2 was built (pcre2_config()). [all...] |
/external/pcre/ |
Android.bp | 8 libpcre2_dist_prefix + "/src/pcre2_config.c",
|
/external/pcre/dist2/src/ |
pcre2_config.c | 77 pcre2_config(uint32_t what, void *where) function 218 /* End of pcre2_config.c */
|
pcre2.h.generic | 283 /* Request types for pcre2_config(). */ 389 PCRE2_EXP_DECL int pcre2_config(uint32_t, void *); 603 #define pcre2_config PCRE2_SUFFIX(pcre2_config_) [all...] |
pcre2.h.in | 283 /* Request types for pcre2_config(). */ 389 PCRE2_EXP_DECL int pcre2_config(uint32_t, void *); 603 #define pcre2_config PCRE2_SUFFIX(pcre2_config_) [all...] |
pcre2test.c | 322 #define PCRE2_CONFIG pcre2_config_8 332 #define PCRE2_CONFIG pcre2_config_16 341 #define PCRE2_CONFIG pcre2_config_32 [all...] |
pcre2grep.c | [all...] |
/external/pcre/dist2/ |
Makefile.in | 188 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 202 src/libpcre2_16_la-pcre2_config.lo \ 239 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 252 src/libpcre2_32_la-pcre2_config.lo \ 285 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 298 src/libpcre2_8_la-pcre2_config.lo \ 840 doc/html/pcre2_config.html \ [all...] |
Makefile.am | 34 doc/html/pcre2_config.html \ 115 doc/pcre2_config.3 \ 322 src/pcre2_config.c \
|
PrepareRelease | 198 src/pcre2_config.c \
|
NON-AUTOTOOLS-BUILD | 96 pcre2_config.c
|
CMakeLists.txt | 412 src/pcre2_config.c
|
README | [all...] |
/external/selinux/libselinux/src/ |
regex.c | 103 size_t len = pcre2_config(PCRE2_CONFIG_VERSION, NULL); 107 pcre2_config(PCRE2_CONFIG_VERSION, version_buf);
|