Lines Matching refs:pcre2_jit_compile
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()
4813 pcre2_jit_compile() returns PCRE2_ERROR_NOMEMORY.
4824 You can call pcre2_jit_compile() multiple times for the same compiled
4830 ing. If pcre2_jit_compile() is called with no option bits set, it imme-
4857 not processed by pcre2_jit_compile(), or the JIT compiler was not able
5078 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
5101 patterns that have been successfully processed by pcre2_jit_compile()).
5468 you must call pcre2_jit_compile() with one or both of these options:
5980 pcre2_jit_compile() is ignored.
9920 If a pattern was processed by pcre2_jit_compile() before being serial-
9923 pcre2_jit_compile() if you wish.