Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c385 sljit_u8 *then_offsets; member
2981 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2990 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
11787 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
13602 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()
13603 memset(common->then_offsets, 0, total_length); in jit_compile()

Completed in 30 milliseconds