Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2.h528 uint32_t capture_top; /* Max current capture */ \
H A Dpcre2_jit_compile.c9900 sljit_u32 oveccount, capture_top; in do_callout_jit() local
9909 oveccount = callout_block->capture_top; in do_callout_jit()
9923 callout_block->capture_top = 1; in do_callout_jit()
9930 capture_top = 1; in do_callout_jit()
9935 capture_top++; in do_callout_jit()
9941 callout_block->capture_top = capture_top; in do_callout_jit()
9977 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.c3490 cb.capture_top = 1; /* No capture support */ in pcre2_dfa_match()
H A Dpcre2_match.c302 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()

Completed in 101 milliseconds