Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c348 sljit_s32 cbra_ptr; member
518 #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * (sljit_sw)sizeof(sljit_sw))
10989 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in PRIV()
11000 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw); in PRIV()

Completed in 33 milliseconds