Searched refs:capture_last (Results 1 – 8 of 8) sorted by relevance
829 uint32_t capture_last; /* Most recent capture */ member
173 #define Fcapture_last F->capture_last296 cb->capture_last = Fcapture_last; in do_callout()5643 Fcapture_last = P->capture_last; in match()
519 uint32_t capture_last; /* Most recently closed capture */ \
3380 cb.capture_last = 0; in pcre2_dfa_match()
6222 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
9541 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
4628 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 the4698 ((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.