Searched refs:pcre_jit_exec (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist/ |
D | Makefile.am | 44 doc/html/pcre_jit_exec.html \ 700 doc/pcre_jit_exec.3 \ 749 ln -sf pcre_jit_exec.3 $(DESTDIR)$(man3dir)/pcre16_jit_exec.3 775 ln -sf pcre_jit_exec.3 $(DESTDIR)$(man3dir)/pcre32_jit_exec.3
|
D | pcre_jit_test.c | 1332 …return_value8[0] = pcre_jit_exec(re8, extra8, current->input, strlen(current->input), current->sta… in regression_tests()
|
D | pcre.h.in | 579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
|
D | pcre.h.generic | 579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
|
D | Makefile.in | 942 doc/html/pcre_jit_exec.html \ 1253 doc/pcre_jit_exec.3 \ 3185 ln -sf pcre_jit_exec.3 $(DESTDIR)$(man3dir)/pcre16_jit_exec.3 3211 ln -sf pcre_jit_exec.3 $(DESTDIR)$(man3dir)/pcre32_jit_exec.3
|
D | pcre_jit_compile.c | 10455 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec() function
|
/external/pcre/ |
D | pcre.h | 579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1640 int pcre_jit_exec(const pcre *code, const pcre_extra *extra, 8655 The fast path function is called pcre_jit_exec(), and it takes exactly
|