Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c592 #define OVECTOR_START (common->ovector_start) macro
593 #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw))
3205 GET_LOCAL_BASE(SLJIT_R1, 0, OVECTOR_START); in reset_ovector()
3214 GET_LOCAL_BASE(SLJIT_R1, 0, OVECTOR_START + sizeof(sljit_sw)); in reset_ovector()
3294 GET_LOCAL_BASE(TMP2, 0, OVECTOR_START + sizeof(sljit_sw)); in do_reset_match()
3303 GET_LOCAL_BASE(TMP2, 0, OVECTOR_START + 2 * sizeof(sljit_sw)); in do_reset_match()
3391 GET_LOCAL_BASE(SLJIT_S0, 0, OVECTOR_START - (has_pre ? sizeof(sljit_sw) : 0)); in copy_ovector()
3422 GET_LOCAL_BASE(SLJIT_R0, 0, OVECTOR_START + topbracket * 2 * sizeof(sljit_sw)); in copy_ovector()
3434 GET_LOCAL_BASE(SLJIT_R0, 0, OVECTOR_START + (topbracket - 1) * 2 * sizeof(sljit_sw)); in copy_ovector()
9808 GET_LOCAL_BASE(SLJIT_R2, 0, OVECTOR_START); in compile_callout_matchingpath()
[all …]

Completed in 35 milliseconds