Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c354 int start_ptr; member
2224 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in do_reset_match()
2308 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()
2321 …LJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common->start_ptr : (common->hit_s… in return_with_partial_match()
9967 common->start_ptr = common->ovector_start; in PRIV()
9977 if (common->start_ptr == 0) in PRIV()
9978 common->start_ptr = OVECTOR(0); in PRIV()
10086 SLJIT_ASSERT(common->start_ptr != OVECTOR(0)); in PRIV()
10087 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_ptr, STR_PTR, 0); in PRIV()
10090 SLJIT_ASSERT(common->start_ptr == OVECTOR(0)); in PRIV()
[all …]

Completed in 37 milliseconds