Searched refs:capture_top (Results 1 – 4 of 4) sorted by relevance
520 uint32_t capture_top; /* Max current capture */ \
9696 sljit_u32 oveccount, capture_top; in do_callout() local9705 oveccount = callout_block->capture_top; in do_callout()9719 callout_block->capture_top = 1; in do_callout()9726 capture_top = 1; in do_callout()9731 capture_top++; in do_callout()9737 callout_block->capture_top = capture_top; in do_callout()9773 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_top), SLJIT_IMM, common->re->t… in compile_callout_matchingpath()
3438 cb.capture_top = 1; /* No capture support */ in pcre2_dfa_match()
296 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
Completed in 75 milliseconds