Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2.h520 uint32_t capture_top; /* Max current capture */ \
H A Dpcre2_jit_compile.c9696 sljit_u32 oveccount, capture_top; in do_callout_jit() local
9705 oveccount = callout_block->capture_top; in do_callout_jit()
9719 callout_block->capture_top = 1; in do_callout_jit()
9726 capture_top = 1; in do_callout_jit()
9731 capture_top++; in do_callout_jit()
9737 callout_block->capture_top = capture_top; in do_callout_jit()
9773 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.c3438 cb.capture_top = 1; /* No capture support */ in pcre2_dfa_match()
H A Dpcre2_match.c297 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()

Completed in 92 milliseconds