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.c1007 static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *common, int *private_data_start) in detect_fast_forward_skip() argument
1051 common->private_data_ptrs[(cc + 1) - common->start] = *private_data_start; in detect_fast_forward_skip()
1052 *private_data_start += sizeof(sljit_sw); in detect_fast_forward_skip()
1058 …void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit_s32 d… in detect_fast_fail() argument
1100 detect_fast_fail(common, cc, private_data_start, depth - 1); in detect_fast_fail()
1104 common->private_data_ptrs[(cc + 1) - common->start] = *private_data_start; in detect_fast_fail()
1107 common->fast_fail_start_ptr = *private_data_start; in detect_fast_fail()
1109 *private_data_start += sizeof(sljit_sw); in detect_fast_fail()
1110 common->fast_fail_end_ptr = *private_data_start; in detect_fast_fail()
1112 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_fast_fail()
[all …]