Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c358 sljit_u8 *then_offsets; member
2240 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2249 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
9333 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
11033 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()
11034 memset(common->then_offsets, 0, total_length); in jit_compile()