Home
last modified time | relevance | path

Searched refs:capture_top (Results 1 - 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c2175 capture_top: number of captures
2183 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) in display_output_text()
2205 if (value < capture_top) in display_output_text()
2295 PCRE2_SIZE capture_top = calloutptr->capture_top; in pcre2grep_callout() local
2322 (void)display_output_text(string, TRUE, subject, ovector, capture_top); in pcre2grep_callout()
2349 if (value < capture_top) in pcre2grep_callout()
2416 if (value < capture_top) in pcre2grep_callout()
2182 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) display_output_text() argument
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->top_bracket + 1); 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.c284 compatibility, however, we pass capture_top and offset_vector to the callout as in do_callout()
297 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
H A Dpcre2test.c6306 for (i = 2; i < cb->capture_top * 2; i += 2) in callout_function()

Completed in 42 milliseconds