Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h518 uint32_t capture_top; /* Max current capture */ \
H A Dpcre2_jit_compile.c9388 sljit_u32 oveccount, capture_top; in do_callout() local
9397 oveccount = callout_block->capture_top; in do_callout()
9411 callout_block->capture_top = 1; in do_callout()
9418 capture_top = 1; in do_callout()
9423 capture_top++; in do_callout()
9429 callout_block->capture_top = capture_top; in do_callout()
9465 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_top), SLJIT_IMM, common->re->t… in compile_callout_matchingpath()
H A Dpcre2_dfa_match.c3379 cb.capture_top = 1; /* No capture support */ in pcre2_dfa_match()
H A Dpcre2_match.c295 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()

Completed in 60 milliseconds