Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1993 …E pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint8 *current_offset) in set_then_offsets() argument
2000 current_offset = NULL; in set_then_offsets()
2007 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2012 cc = set_then_offsets(common, cc, current_offset); in set_then_offsets()
2016 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
2017 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()
2018 *current_offset = 1; in set_then_offsets()

Completed in 33 milliseconds