Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c393 struct sljit_label *partialmatchlabel; member
2483 if (common->partialmatchlabel != NULL) in check_partial()
2484 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial()
2515 if (common->partialmatchlabel != NULL) in check_str_end()
2516 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_str_end()
2544 if (common->partialmatchlabel != NULL) in detect_partial_match()
2545 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in detect_partial_match()
10093 common->partialmatchlabel = LABEL(); in PRIV()
10094 set_jumps(common->partialmatch, common->partialmatchlabel); in PRIV()
10154 …LJIT_NOT_EQUAL, SLJIT_MEM1(SLJIT_SP), common->hit_start, SLJIT_IMM, -1, common->partialmatchlabel); in PRIV()

Completed in 23 milliseconds