Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c330 pcre_uint8 *then_offsets; member
2007 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2016 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
8284 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
10007 common->then_offsets = (pcre_uint8 *)(common->private_data_ptrs + total_length); in PRIV()
10008 memset(common->then_offsets, 0, total_length); in PRIV()

Completed in 31 milliseconds