Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h829 uint32_t capture_last; /* Most recent capture */ member
Dpcre2_match.c173 #define Fcapture_last F->capture_last
296 cb->capture_last = Fcapture_last; in do_callout()
5643 Fcapture_last = P->capture_last; in match()
Dpcre2.h.in519 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2.h.generic519 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2_dfa_match.c3380 cb.capture_last = 0; in pcre2_dfa_match()
Dpcre2test.c6222 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
Dpcre2_jit_compile.c9541 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
/external/pcre/dist2/doc/
Dpcre2.txt4628 uint32_t capture_last;
4692 The capture_last field contains the number of the most recently cap-
4695 strings have yet been captured, the value of capture_last is 0 and the
4698 ((a)(b))(?C2) is taken, capture_last is 1 but capture_top is 4.
4714 the value of capture_last is always 0 for DFA matching.
5725 always 1, and the value of the capture_last field is always 0.