Lines Matching refs:PCRE2_JIT_COMPLETE

3630 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE);  in check_partial()
3632 if (common->mode == PCRE2_JIT_COMPLETE) in check_partial()
3660 if (common->mode == PCRE2_JIT_COMPLETE) in check_str_end()
3689 if (common->mode == PCRE2_JIT_COMPLETE) in detect_partial_match()
5924 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE || offset == 0); in fast_forward_first_char2()
5960 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_first_char2()
5994 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_first_char2()
6261 if (JIT_HAS_FAST_FORWARD_CHAR_PAIR_SIMD && common->mode == PCRE2_JIT_COMPLETE) in fast_forward_newline()
6356 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_newline()
6368 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_newline()
6439 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_start_bits()
6481 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_start_bits()
6646 if (common->mode != PCRE2_JIT_COMPLETE) in check_wordboundary()
6659 if (common->mode == PCRE2_JIT_COMPLETE) in check_wordboundary()
8298 if (common->mode == PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8357 if (common->mode != PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8363 if (common->mode != PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8404 if (common->mode == PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8954 if (check_str_ptr && common->mode != PCRE2_JIT_COMPLETE) in compile_char1_matchingpath()
8960 if (length > 1 || (check_str_ptr && common->mode == PCRE2_JIT_COMPLETE)) in compile_char1_matchingpath()
8982 if (check_str_ptr && common->mode == PCRE2_JIT_COMPLETE) in compile_char1_matchingpath()
9355 if (common->mode == PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9363 if (common->mode != PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9393 if (common->mode == PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9399 if (common->mode != PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
11496 if (common->mode == PCRE2_JIT_COMPLETE in compile_iterator_matchingpath()
11606 if (common->mode == PCRE2_JIT_COMPLETE) in compile_iterator_matchingpath()
11899 if (common->mode == PCRE2_JIT_COMPLETE) in compile_iterator_matchingpath()
12155 if (common->mode == PCRE2_JIT_COMPLETE) in compile_matchingpath()
13834 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
13839 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
13962 if (mode == PCRE2_JIT_COMPLETE && fast_forward_first_n_chars(common)) in jit_compile()
13975 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
14044 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE); in jit_compile()
14053 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
14349 if (mode == PCRE2_JIT_COMPLETE) in jit_compile()
14379 (PCRE2_JIT_COMPLETE|PCRE2_JIT_PARTIAL_SOFT|PCRE2_JIT_PARTIAL_HARD|PCRE2_JIT_INVALID_UTF)
14470 if ((options & PCRE2_JIT_COMPLETE) != 0 && (functions == NULL in pcre2_jit_compile()
14480 uint32_t excluded_options = (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_HARD); in pcre2_jit_compile()
14488 uint32_t excluded_options = (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT); in pcre2_jit_compile()