Lines Matching refs:pcre2_jit_compile
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()
5141 pcre2_jit_compile() returns PCRE2_ERROR_NOMEMORY.
5152 You can call pcre2_jit_compile() multiple times for the same compiled
5158 ing. If pcre2_jit_compile() is called with no option bits set, it imme-
5185 not processed by pcre2_jit_compile(), or the JIT compiler was not able
5207 There is also an obsolete option for pcre2_jit_compile() called
5432 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
5455 patterns that have been successfully processed by pcre2_jit_compile()).
5824 you must also call pcre2_jit_compile() with one or both of these op-
6283 pcre2_jit_compile() is ignored.
10442 If a pattern was processed by pcre2_jit_compile() before being serial-
10445 pcre2_jit_compile() if you wish.
11361 generates, but if pcre2_jit_compile() is subsequently called, it does