Searched refs:capture_last (Results 1 – 8 of 8) sorted by relevance
495 mb->capture_last = new_recursive->saved_capture_last; in op_recurse_ovecsave()1012 save_capture_last = mb->capture_last; in match()1046 mb->capture_last = save_capture_last; in match()1109 save_capture_last = mb->capture_last; in match()1141 mb->capture_last = save_capture_last; in match()1170 save_capture_last = mb->capture_last; in match()1191 save_capture_last = mb->capture_last; in match()1215 mb->capture_last = save_capture_last; in match()1246 save_capture_last = mb->capture_last; in match()1282 mb->capture_last = save_capture_last; in match()[all …]
810 uint32_t capture_last; /* Most recent capture number + overflow flag */ member
2626 cb.capture_last = 0; in internal_dfa_match()2996 cb.capture_last = 0; in internal_dfa_match()
355 uint32_t capture_last; /* Most recently closed capture */ \
5179 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
7195 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
3837 uint32_t capture_last;3914 The capture_last field contains the number of the most recently cap-4834 always 1, and the value of the capture_last field is always 0.