Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c498 #define OVECTOR_START (common->ovector_start) macro
499 #define OVECTOR(i) (OVECTOR_START + (i) * (sljit_sw)sizeof(sljit_sw))
2184 GET_LOCAL_BASE(SLJIT_R1, 0, OVECTOR_START); in reset_ovector()
2210 GET_LOCAL_BASE(TMP2, 0, OVECTOR_START + sizeof(sljit_sw)); in do_reset_match()
2270 GET_LOCAL_BASE(SLJIT_S0, 0, OVECTOR_START); in copy_ovector()
2288 GET_LOCAL_BASE(SLJIT_R0, 0, OVECTOR_START + topbracket * 2 * sizeof(sljit_sw)); in copy_ovector()
6439 GET_LOCAL_BASE(SLJIT_R2, 0, OVECTOR_START); in compile_callout_matchingpath()
9985 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in PRIV()

Completed in 27 milliseconds