Lines Matching refs:mode

360   int mode;  member
513 #error Unsupported compiling mode
2309 && (common->mode == JIT_PARTIAL_SOFT_COMPILE ? common->hit_start != 0 : common->hit_start == 0)); in return_with_partial_match()
2321 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common… in return_with_partial_match()
2328 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common… in return_with_partial_match()
2350 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_start_used_ptr()
2360 else if (common->mode == JIT_PARTIAL_HARD_COMPILE) in check_start_used_ptr()
2493 SLJIT_ASSERT(!force || common->mode != JIT_COMPILE); in check_partial()
2495 if (common->mode == JIT_COMPILE) in check_partial()
2500 else if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_partial()
2503 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_partial()
2523 if (common->mode == JIT_COMPILE) in check_str_end()
2530 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in check_str_end()
2552 if (common->mode == JIT_COMPILE) in detect_partial_match()
2561 if (common->mode == JIT_PARTIAL_SOFT_COMPILE) in detect_partial_match()
5368 if (common->mode != JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5435 if (common->mode != JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5495 if (common->mode == JIT_PARTIAL_HARD_COMPILE) in compile_char1_matchingpath()
5512 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5641 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5671 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath()
6025 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6050 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6056 if (common->mode != JIT_COMPILE) in compile_ref_matchingpath()
8341 if (common->mode == JIT_COMPILE) in compile_matchingpath()
9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()
9832 common->mode = mode; in PRIV()
9931 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()
9936 if (mode != JIT_COMPILE) in PRIV()
9940 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
9947 SLJIT_ASSERT(mode == JIT_PARTIAL_HARD_COMPILE); in PRIV()
10040 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10055 …if (mode == JIT_COMPILE && fast_forward_first_n_chars(common, (re->options & PCRE_FIRSTLINE) != 0)) in PRIV()
10068 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10093 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10100 else if (mode == JIT_PARTIAL_HARD_COMPILE) in PRIV()
10134 if (mode != JIT_COMPILE) in PRIV()
10156 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10196 if (mode == JIT_PARTIAL_SOFT_COMPILE) in PRIV()
10387 functions->executable_funcs[mode] = executable_func; in PRIV()
10388 functions->read_only_data_heads[mode] = common->read_only_data_head; in PRIV()
10389 functions->executable_sizes[mode] = executable_size; in PRIV()
10422 int mode = JIT_COMPILE; in PRIV() local
10425 mode = JIT_PARTIAL_HARD_COMPILE; in PRIV()
10427 mode = JIT_PARTIAL_SOFT_COMPILE; in PRIV()
10429 if (functions->executable_funcs[mode] == NULL) in PRIV()
10468 retval = jit_machine_stack_exec(&arguments, functions->executable_funcs[mode]); in PRIV()
10471 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10509 int mode = JIT_COMPILE; in pcre_jit_exec() local
10517 mode = JIT_PARTIAL_HARD_COMPILE; in pcre_jit_exec()
10519 mode = JIT_PARTIAL_SOFT_COMPILE; in pcre_jit_exec()
10521 if (functions->executable_funcs[mode] == NULL) in pcre_jit_exec()
10555 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()