Searched refs:pcre2_jit_compile (Results 1 – 17 of 17) sorted by relevance
/external/pcre/dist2/ |
D | Makefile.in | 216 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 …]
|
D | Makefile.am | 53 doc/html/pcre2_jit_compile.html \ 149 doc/pcre2_jit_compile.3 \ 364 src/pcre2_jit_compile.c \
|
D | NON-AUTOTOOLS-BUILD | 105 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,
|
D | PrepareRelease | 206 src/pcre2_jit_compile.c \
|
D | CMakeLists.txt | 578 src/pcre2_jit_compile.c
|
D | README | 797 src/pcre2_jit_compile.c )
|
D | ChangeLog | 755 41. Minor addition to pcre2_jit_compile.c to avoid static analyzer complaint
|
/external/pcre/dist2/src/ |
D | pcre2_jit_misc.c | 43 #error This file must be included from pcre2_jit_compile.c.
|
D | pcre2_jit_match.c | 42 #error This file must be included from pcre2_jit_compile.c.
|
D | pcre2.h.in | 114 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
|
D | pcre2.h.generic | 114 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_)
|
D | pcre2grep.c | 3670 if (use_jit) (void)pcre2_jit_compile(p->compiled, PCRE2_JIT_COMPLETE); in compile_pattern()
|
D | pcre2_jit_compile.c | 14130 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() function
|
/external/pcre/ |
D | Android.bp | 51 libpcre2_dist_prefix + "/src/pcre2_jit_compile.c",
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 105 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,
|
D | README.txt | 797 src/pcre2_jit_compile.c )
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 361 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 …]
|