Lines Matching refs:pcre2_jit_compile
381 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
579 quest that it be used if available by calling pcre2_jit_compile() after
759 pointer before calling pcre2_jit_compile(). Alternatively,
1108 processed by pcre2_jit_compile(), the way in which matching is executed
1365 ing, though it can be passed to pcre2_jit_compile() if required. If
2068 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
2873 pcre2_jit_compile(), JIT is automatically used when pcre2_match() is
5382 is to call pcre2_jit_compile() after successfully compiling a pattern
5388 If JIT support is not available, a call to pcre2_jit_compile() does
5392 exactly the same results. The returned value from pcre2_jit_compile()
5399 pcre2_jit_compile() returns PCRE2_ERROR_NOMEMORY.
5410 You can call pcre2_jit_compile() multiple times for the same compiled
5416 ing. If pcre2_jit_compile() is called with no option bits set, it imme-
5443 not processed by pcre2_jit_compile(), or the JIT compiler was not able
5468 There is also an obsolete option for pcre2_jit_compile() called
5693 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
5716 patterns that have been successfully processed by pcre2_jit_compile()).
6113 you must also call pcre2_jit_compile() with one or both of these op-
6578 pcre2_jit_compile() is ignored.
10905 If a pattern was processed by pcre2_jit_compile() before being serial-
10908 pcre2_jit_compile() if you wish.
11921 generates, but if pcre2_jit_compile() is subsequently called, it does