Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c344 sljit_u8 *then_offsets; member
2206 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2215 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
9306 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
11019 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in PRIV()
11020 memset(common->then_offsets, 0, total_length); in PRIV()

Completed in 40 milliseconds