Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2.h520 uint32_t capture_top; /* Max current capture */ \
H A Dpcre2_jit_compile.c9465 sljit_u32 oveccount, capture_top; in do_callout() local
9474 oveccount = callout_block->capture_top; in do_callout()
9488 callout_block->capture_top = 1; in do_callout()
9495 capture_top = 1; in do_callout()
9500 capture_top++; in do_callout()
9506 callout_block->capture_top = capture_top; in do_callout()
9542 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 54 milliseconds