Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c393 struct sljit_label *partialmatchlabel; member
2507 if (common->partialmatchlabel != NULL) in check_partial()
2508 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial()
2539 if (common->partialmatchlabel != NULL) in check_str_end()
2540 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_str_end()
2568 if (common->partialmatchlabel != NULL) in detect_partial_match()
2569 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in detect_partial_match()
10136 common->partialmatchlabel = LABEL(); in PRIV()
10137 set_jumps(common->partialmatch, common->partialmatchlabel); in PRIV()
10197 …LJIT_NOT_EQUAL, SLJIT_MEM1(SLJIT_SP), common->hit_start, SLJIT_IMM, -1, common->partialmatchlabel); in PRIV()

Completed in 25 milliseconds