Lines Matching refs:PCRE2_JIT_COMPLETE

3750 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE);  in check_partial()
3752 if (common->mode == PCRE2_JIT_COMPLETE) in check_partial()
3780 if (common->mode == PCRE2_JIT_COMPLETE) in check_str_end()
3809 if (common->mode == PCRE2_JIT_COMPLETE) in detect_partial_match()
6082 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE || offset == 0); in fast_forward_first_char2()
6118 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_first_char2()
6152 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_first_char2()
6428 if (JIT_HAS_FAST_FORWARD_CHAR_PAIR_SIMD && common->mode == PCRE2_JIT_COMPLETE) in fast_forward_newline()
6523 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_newline()
6535 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_newline()
6606 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_start_bits()
6648 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_start_bits()
6826 if (common->mode != PCRE2_JIT_COMPLETE) in check_wordboundary()
6839 if (common->mode == PCRE2_JIT_COMPLETE) in check_wordboundary()
8505 if (common->mode == PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8564 if (common->mode != PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8570 if (common->mode != PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
8611 if (common->mode == PCRE2_JIT_COMPLETE) in compile_simple_assertion_matchingpath()
9155 if (check_str_ptr && common->mode != PCRE2_JIT_COMPLETE) in compile_char1_matchingpath()
9161 if (length > 1 || (check_str_ptr && common->mode == PCRE2_JIT_COMPLETE)) in compile_char1_matchingpath()
9183 if (check_str_ptr && common->mode == PCRE2_JIT_COMPLETE) in compile_char1_matchingpath()
9556 if (common->mode == PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9564 if (common->mode != PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9594 if (common->mode == PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
9600 if (common->mode != PCRE2_JIT_COMPLETE) in compile_ref_matchingpath()
11884 if (common->mode == PCRE2_JIT_COMPLETE in compile_iterator_matchingpath()
11994 if (common->mode == PCRE2_JIT_COMPLETE) in compile_iterator_matchingpath()
12287 if (common->mode == PCRE2_JIT_COMPLETE) in compile_iterator_matchingpath()
12544 if (common->mode == PCRE2_JIT_COMPLETE) in compile_matchingpath()
14287 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
14292 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
14415 if (mode == PCRE2_JIT_COMPLETE && fast_forward_first_n_chars(common)) in jit_compile()
14428 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
14497 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE); in jit_compile()
14506 if (mode != PCRE2_JIT_COMPLETE) in jit_compile()
14814 if (mode == PCRE2_JIT_COMPLETE) in jit_compile()
14844 (PCRE2_JIT_COMPLETE|PCRE2_JIT_PARTIAL_SOFT|PCRE2_JIT_PARTIAL_HARD|PCRE2_JIT_INVALID_UTF)
14935 if ((options & PCRE2_JIT_COMPLETE) != 0 && (functions == NULL in pcre2_jit_compile()
14945 uint32_t excluded_options = (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_HARD); in pcre2_jit_compile()
14953 uint32_t excluded_options = (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT); in pcre2_jit_compile()