Searched refs:pcre2_jit_compile (Results 1 – 17 of 17) sorted by relevance
/external/pcre/dist2/ |
D | Makefile.in | 209 src/pcre2_jit_compile.c src/pcre2_maketables.c \ 225 src/libpcre2_16_la-pcre2_jit_compile.lo \ 261 src/pcre2_jit_compile.c src/pcre2_maketables.c \ 277 src/libpcre2_32_la-pcre2_jit_compile.lo \ 309 src/pcre2_jit_compile.c src/pcre2_maketables.c \ 325 src/libpcre2_8_la-pcre2_jit_compile.lo \ 892 doc/html/pcre2_jit_compile.html \ 985 doc/pcre2_jit_compile.3 \ 1180 src/pcre2_jit_compile.c \ 1425 src/libpcre2_16_la-pcre2_jit_compile.lo: src/$(am__dirstamp) \ [all …]
|
D | Makefile.am | 52 doc/html/pcre2_jit_compile.html \ 145 doc/pcre2_jit_compile.3 \ 358 src/pcre2_jit_compile.c \
|
D | NON-AUTOTOOLS-BUILD | 100 pcre2_jit_compile.c 122 Note that you must compile pcre2_jit_compile.c, even if you have not 125 pcre2_jit_compile.c #includes other files from the sljit subdirectory,
|
D | PrepareRelease | 206 src/pcre2_jit_compile.c \
|
D | CMakeLists.txt | 451 src/pcre2_jit_compile.c
|
D | README | 783 src/pcre2_jit_compile.c )
|
D | ChangeLog | 188 41. Minor addition to pcre2_jit_compile.c to avoid static analyzer complaint
|
/external/pcre/ |
D | Android.bp | 18 libpcre2_dist_prefix + "/src/pcre2_jit_compile.c",
|
/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 | 123 J alters what is compiled by pcre2_jit_compile() 162 /* These are for pcre2_jit_compile(). */ 753 pcre2_jit_compile(pcre2_code *, uint32_t); \ 841 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_) macro
|
D | pcre2.h.generic | 123 J alters what is compiled by pcre2_jit_compile() 162 /* These are for pcre2_jit_compile(). */ 753 pcre2_jit_compile(pcre2_code *, uint32_t); \ 841 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_)
|
D | pcre2grep.c | 3474 if (use_jit) (void)pcre2_jit_compile(p->compiled, PCRE2_JIT_COMPLETE); in compile_pattern()
|
D | pcre2_jit_compile.c | 12650 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() function
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 100 pcre2_jit_compile.c 122 Note that you must compile pcre2_jit_compile.c, even if you have not 125 pcre2_jit_compile.c #includes other files from the sljit subdirectory,
|
D | README.txt | 783 src/pcre2_jit_compile.c )
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 357 int pcre2_jit_compile(pcre2_code *code, uint32_t options); 549 request that it be used if available by calling pcre2_jit_compile() 698 pointer before calling pcre2_jit_compile(). Alternatively, 1026 cessed by pcre2_jit_compile(), the way in which matching is executed is 1272 ing, though it can be passed to pcre2_jit_compile() if required. If 1861 int pcre2_jit_compile(pcre2_code *code, uint32_t options); 2537 pcre2_jit_compile(), JIT is automatically used when pcre2_match() is 4796 is to call pcre2_jit_compile() after successfully compiling a pattern 4802 If JIT support is not available, a call to pcre2_jit_compile() does 4806 exactly the same results. The returned value from pcre2_jit_compile() [all …]
|