Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c334 pcre_uint8 *then_offsets; member
1991 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2000 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
8225 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
9949 common->then_offsets = (pcre_uint8 *)(common->private_data_ptrs + total_length); in PRIV()
9950 memset(common->then_offsets, 0, total_length); in PRIV()