HomeSort by relevance Sort by last modified time
    Searched full:pcre2_jit_compile (Results 1 - 25 of 36) sorted by null

1 2

  /external/pcre/dist2/doc/
pcre2_jit_compile.3 1 .TH PCRE2_JIT_COMPILE 3 "21 October 2014" "PCRE2 10.00"
10 .B int pcre2_jit_compile(pcre2_code *\fIcode\fP, uint32_t \fIoptions\fP);
pcre2_code_copy.3 
pcre2jit.3 352 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
pcre2serialize.3 
index.html.src 143 <tr><td><a href="pcre2_jit_compile.html">pcre2_jit_compile</a></td>
pcre2stack.3 
pcre2.txt 345 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
483 used if available, by calling pcre2_jit_compile() after a pattern has
628 pointer before calling pcre2_jit_compile(). Alternatively,
    [all...]
pcre2api.3 195 .B int pcre2_jit_compile(pcre2_code *\fIcode\fP, uint32_t \fIoptions\fP);
    [all...]
  /external/pcre/dist2/doc/html/
pcre2_jit_compile.html 3 <title>pcre2_jit_compile specification</title>
6 <h1>pcre2_jit_compile man page</h1>
22 <b>int pcre2_jit_compile(pcre2_code *<i>code</i>, uint32_t <i>options</i>);</b>
pcre2_code_copy.html 30 <b>pcre2_jit_compile()</b>, the copy can be used only for non-JIT matching. The
pcre2jit.html 74 call <b>pcre2_jit_compile()</b> after successfully compiling a pattern with
81 If JIT support is not available, a call to <b>pcre2_jit_compile()</b> does
85 results. The returned value from <b>pcre2_jit_compile()</b> is zero on success,
106 You can call <b>pcre2_jit_compile()</b> multiple times for the same compiled
112 <b>pcre2_jit_compile()</b> is called with no option bits set, it immediately
144 <b>pcre2_jit_compile()</b>, or the JIT compiler was not able to handle the
379 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
403 processed by <b>pcre2_jit_compile()</b>).
pcre2serialize.html 177 If a pattern was processed by <b>pcre2_jit_compile()</b> before being
180 <b>pcre2_jit_compile()</b> if you wish.
index.html 143 <tr><td><a href="pcre2_jit_compile.html">pcre2_jit_compile</a></td>
pcre2stack.html 45 <b>pcre2_jit_compile()</b>, and just-in-time compiling was successful, and the
NON-AUTOTOOLS-BUILD.txt 101 pcre2_jit_compile.c
123 Note that you must compile pcre2_jit_compile.c, even if you have not
pcre2api.html 253 <b>int pcre2_jit_compile(pcre2_code *<i>code</i>, uint32_t <i>options</i>);</b>
411 available, by calling <b>pcre2_jit_compile()</b> after a pattern has been
570 <b>pcre2_jit_compile()</b>. Alternatively, <b>pcre2_code_copy()</b> can be used
    [all...]
  /external/pcre/
Android.bp 16 libpcre2_dist_prefix + "/src/pcre2_jit_compile.c",
  /external/pcre/dist2/
Makefile.in 191 src/pcre2_intmodedep.h src/pcre2_jit_compile.c \
207 src/libpcre2_16_la-pcre2_jit_compile.lo \
242 src/pcre2_intmodedep.h src/pcre2_jit_compile.c \
257 src/libpcre2_32_la-pcre2_jit_compile.lo \
288 src/pcre2_intmodedep.h src/pcre2_jit_compile.c \
303 src/libpcre2_8_la-pcre2_jit_compile.lo \
850 doc/html/pcre2_jit_compile.html \
    [all...]
Makefile.am 44 doc/html/pcre2_jit_compile.html \
125 doc/pcre2_jit_compile.3 \
329 src/pcre2_jit_compile.c \
393 # when pcre2_jit_compile.c is processed, so they must be distributed.
PrepareRelease 205 src/pcre2_jit_compile.c \
NON-AUTOTOOLS-BUILD 101 pcre2_jit_compile.c
123 Note that you must compile pcre2_jit_compile.c, even if you have not
  /external/pcre/dist2/src/
pcre2.h.generic 96 J alters what is compiled by pcre2_jit_compile()
126 /* These are for pcre2_jit_compile(). */
534 PCRE2_EXP_DECL int pcre2_jit_compile(pcre2_code *, uint32_t); \
613 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_)
    [all...]
pcre2.h.in 96 J alters what is compiled by pcre2_jit_compile()
126 /* These are for pcre2_jit_compile(). */
534 PCRE2_EXP_DECL int pcre2_jit_compile(pcre2_code *, uint32_t); \
613 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_)
    [all...]
pcre2_jit_match.c 42 #error This file must be included from pcre2_jit_compile.c.
pcre2_jit_misc.c 43 #error This file must be included from pcre2_jit_compile.c.

Completed in 132 milliseconds

1 2