Searched refs:capture_last (Results 1 – 8 of 8) sorted by relevance
827 uint32_t capture_last; /* Most recent capture */ member
172 #define Fcapture_last F->capture_last295 cb->capture_last = Fcapture_last; in do_callout()5548 Fcapture_last = P->capture_last; in match()
524 uint32_t capture_last; /* Most recently closed capture */ \
3348 cb.capture_last = 0; in pcre2_dfa_match()
5971 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
8282 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
4307 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 the4377 ((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.