Home
last modified time | relevance | path

Searched refs:private_data_start (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1049 static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *common, int *private_data_start) in detect_fast_forward_skip() argument
1093 common->private_data_ptrs[(cc + 1) - common->start] = *private_data_start; in detect_fast_forward_skip()
1094 *private_data_start += sizeof(sljit_sw); in detect_fast_forward_skip()
1100 …void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit_s32 d… in detect_fast_fail() argument
1142 detect_fast_fail(common, cc, private_data_start, depth - 1); in detect_fast_fail()
1146 common->private_data_ptrs[(cc + 1) - common->start] = *private_data_start; in detect_fast_fail()
1149 common->fast_fail_start_ptr = *private_data_start; in detect_fast_fail()
1151 *private_data_start += sizeof(sljit_sw); in detect_fast_fail()
1152 common->fast_fail_end_ptr = *private_data_start; in detect_fast_fail()
1154 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_fast_fail()
[all …]