Lines Matching refs:mode

360   int mode;  member
513 #error Unsupported compiling mode
2285 && (common->mode == JIT_PARTIAL_SOFT_COMPILE ? common->hit_start != 0 : common->hit_start == 0)); in return_with_partial_match()
2297 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common… in return_with_partial_match()
2304 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common… in return_with_partial_match()
2326 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_start_used_ptr()
2336 else if (common->mode == JIT_PARTIAL_HARD_COMPILE) in check_start_used_ptr()
2469 SLJIT_ASSERT(!force || common->mode != JIT_COMPILE); in check_partial()
2471 if (common->mode == JIT_COMPILE) in check_partial()
2476 else if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_partial()
2479 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_partial()
2499 if (common->mode == JIT_COMPILE) in check_str_end()
2506 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_str_end()
2528 if (common->mode == JIT_COMPILE) in detect_partial_match()
2537 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in detect_partial_match()
5331 if (common->mode != JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5398 if (common->mode != JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5458 if (common->mode == JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5475 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5604 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5634 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath()
5988 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6013 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6019 if (common->mode != JIT_COMPILE) in compile_ref_matchingpath()
8299 if (common->mode == JIT_COMPILE) in compile_matchingpath()
9750 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()
9790 common->mode = mode; in PRIV()
9889 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()
9894 if (mode != JIT_COMPILE) in PRIV()
9898 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
9905 SLJIT_ASSERT(mode == JIT_PARTIAL_HARD_COMPILE); in PRIV()
9997 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10012 …if (mode == JIT_COMPILE && fast_forward_first_n_chars(common, (re->options & PCRE_FIRSTLINE) != 0)) in PRIV()
10025 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10050 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10057 else if (mode == JIT_PARTIAL_HARD_COMPILE) in PRIV()
10091 if (mode != JIT_COMPILE) in PRIV()
10113 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10153 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10344 functions->executable_funcs[mode] = executable_func; in PRIV()
10345 functions->read_only_data_heads[mode] = common->read_only_data_head; in PRIV()
10346 functions->executable_sizes[mode] = executable_size; in PRIV()
10379 int mode = JIT_COMPILE; in PRIV() local
10382 mode = JIT_PARTIAL_HARD_COMPILE; in PRIV()
10384 mode = JIT_PARTIAL_SOFT_COMPILE; in PRIV()
10386 if (functions->executable_funcs[mode] == NULL) in PRIV()
10425 retval = jit_machine_stack_exec(&arguments, functions->executable_funcs[mode]); in PRIV()
10428 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10466 int mode = JIT_COMPILE; in pcre_jit_exec() local
10474 mode = JIT_PARTIAL_HARD_COMPILE; in pcre_jit_exec()
10476 mode = JIT_PARTIAL_SOFT_COMPILE; in pcre_jit_exec()
10478 if (functions->executable_funcs[mode] == NULL) in pcre_jit_exec()
10512 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()