Home
last modified time | relevance | path

Searched refs:pcre2_jit_compile (Results 1 – 17 of 17) sorted by relevance

/external/pcre/dist2/
DMakefile.in216 src/pcre2_jit_compile.c src/pcre2_jit_neon_inc.h \
234 src/libpcre2_16_la-pcre2_jit_compile.lo \
271 src/pcre2_jit_compile.c src/pcre2_jit_neon_inc.h \
289 src/libpcre2_32_la-pcre2_jit_compile.lo \
322 src/pcre2_jit_compile.c src/pcre2_jit_neon_inc.h \
340 src/libpcre2_8_la-pcre2_jit_compile.lo \
454 src/$(DEPDIR)/libpcre2_16_la-pcre2_jit_compile.Plo \
481 src/$(DEPDIR)/libpcre2_32_la-pcre2_jit_compile.Plo \
508 src/$(DEPDIR)/libpcre2_8_la-pcre2_jit_compile.Plo \
994 doc/html/pcre2_jit_compile.html \
[all …]
DMakefile.am53 doc/html/pcre2_jit_compile.html \
149 doc/pcre2_jit_compile.3 \
364 src/pcre2_jit_compile.c \
DNON-AUTOTOOLS-BUILD105 pcre2_jit_compile.c
128 Note that you must compile pcre2_jit_compile.c, even if you have not
131 pcre2_jit_compile.c #includes other files from the sljit subdirectory,
DPrepareRelease206 src/pcre2_jit_compile.c \
DCMakeLists.txt578 src/pcre2_jit_compile.c
DREADME797 src/pcre2_jit_compile.c )
DChangeLog755 41. Minor addition to pcre2_jit_compile.c to avoid static analyzer complaint
/external/pcre/dist2/src/
Dpcre2_jit_misc.c43 #error This file must be included from pcre2_jit_compile.c.
Dpcre2_jit_match.c42 #error This file must be included from pcre2_jit_compile.c.
Dpcre2.h.in114 J alters what is compiled by pcre2_jit_compile()
156 /* These are for pcre2_jit_compile(). */
765 pcre2_jit_compile(pcre2_code *, uint32_t); \
856 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_) macro
Dpcre2.h.generic114 J alters what is compiled by pcre2_jit_compile()
156 /* These are for pcre2_jit_compile(). */
765 pcre2_jit_compile(pcre2_code *, uint32_t); \
856 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_)
Dpcre2grep.c3670 if (use_jit) (void)pcre2_jit_compile(p->compiled, PCRE2_JIT_COMPLETE); in compile_pattern()
Dpcre2_jit_compile.c14130 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() function
/external/pcre/
DAndroid.bp51 libpcre2_dist_prefix + "/src/pcre2_jit_compile.c",
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt105 pcre2_jit_compile.c
128 Note that you must compile pcre2_jit_compile.c, even if you have not
131 pcre2_jit_compile.c #includes other files from the sljit subdirectory,
DREADME.txt797 src/pcre2_jit_compile.c )
/external/pcre/dist2/doc/
Dpcre2.txt361 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
557 quest that it be used if available by calling pcre2_jit_compile() after
735 pointer before calling pcre2_jit_compile(). Alternatively,
1069 cessed by pcre2_jit_compile(), the way in which matching is executed is
1321 ing, though it can be passed to pcre2_jit_compile() if required. If
1960 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
2696 pcre2_jit_compile(), JIT is automatically used when pcre2_match() is
5124 is to call pcre2_jit_compile() after successfully compiling a pattern
5130 If JIT support is not available, a call to pcre2_jit_compile() does
5134 exactly the same results. The returned value from pcre2_jit_compile()
[all …]