Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h827 uint32_t capture_last; /* Most recent capture */ member
Dpcre2_match.c172 #define Fcapture_last F->capture_last
295 cb->capture_last = Fcapture_last; in do_callout()
5548 Fcapture_last = P->capture_last; in match()
Dpcre2.h.in524 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2.h.generic524 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2_dfa_match.c3348 cb.capture_last = 0; in pcre2_dfa_match()
Dpcre2test.c5971 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
Dpcre2_jit_compile.c8282 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
/external/pcre/dist2/doc/
Dpcre2.txt4307 uint32_t capture_last;
4371 The capture_last field contains the number of the most recently cap-
4374 strings have yet been captured, the value of capture_last is 0 and the
4377 ((a)(b))(?C2) is taken, capture_last is 1 but capture_top is 4.
4393 the value of capture_last is always 0 for DFA matching.
5369 always 1, and the value of the capture_last field is always 0.