Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c1891 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) in display_output_text() argument
1931 if (capture_id < capture_top) in display_output_text()
2068 PCRE2_SIZE capture_top = calloutptr->capture_top; in pcre2grep_callout() local
2091 (void)display_output_text(string, TRUE, subject, ovector, capture_top); in pcre2grep_callout()
2164 if (capture_id < capture_top) in pcre2grep_callout()
2248 if (capture_id < capture_top) in pcre2grep_callout()
Dpcre2_jit_compile.c8206 sljit_u32 oveccount, capture_top; in do_callout() local
8215 oveccount = callout_block->capture_top; in do_callout()
8229 callout_block->capture_top = 1; in do_callout()
8236 capture_top = 1; in do_callout()
8241 capture_top++; in do_callout()
8247 callout_block->capture_top = capture_top; in do_callout()
8283 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_top), SLJIT_IMM, common->re->t… in compile_callout_matchingpath()
Dpcre2.h.in523 uint32_t capture_top; /* Max current capture */ \
Dpcre2.h.generic523 uint32_t capture_top; /* Max current capture */ \
Dpcre2_dfa_match.c3347 cb.capture_top = 1; /* No capture support */ in pcre2_dfa_match()
Dpcre2_match.c294 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
Dpcre2test.c5972 for (i = 2; i < cb->capture_top * 2; i += 2) in callout_function()
/external/pcre/dist2/doc/
Dpcre2.txt4306 uint32_t capture_top;
4372 tured substring, and the capture_top field contains one more than the
4375 value of capture_top is 1. The values of these fields do not always
4377 ((a)(b))(?C2) is taken, capture_last is 1 but capture_top is 4.
4379 The contents of ovector[2] to ovector[<capture_top>*2-1] can be
4384 captured but whose numbers are less than capture_top also have both of
4392 support substring capturing. The value of capture_top is always 1 and
5368 6. Callouts are supported, but the value of the capture_top field is