Searched refs:PCRE2_NOJIT (Results 1 – 3 of 3) sorted by relevance
525 #define PCRE2_NOJIT 0x00080000 /* (*NOJIT) used */ macro
766 { (uint8_t *)STRING_NO_JIT_RIGHTPAR, 7, PSO_FLG, PCRE2_NOJIT },
12670 if ((re->flags & PCRE2_NOJIT) != 0) return 0; in pcre2_jit_compile()