Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c495 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 …]
Dpcre2_intmodedep.h810 uint32_t capture_last; /* Most recent capture number + overflow flag */ member
Dpcre2_dfa_match.c2626 cb.capture_last = 0; in internal_dfa_match()
2996 cb.capture_last = 0; in internal_dfa_match()
Dpcre2.h.in355 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2.h.generic355 uint32_t capture_last; /* Most recently closed capture */ \
Dpcre2test.c5179 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
Dpcre2_jit_compile.c7195 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
/external/pcre/dist2/doc/
Dpcre2.txt3837 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.