Home
last modified time | relevance | path

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

/external/pcre/
Dpcre.h428 int capture_last; /* Most recently closed capture */ member
450 int capture_last; /* Most recently closed capture */ member
472 int capture_last; /* Most recently closed capture */ member
/external/pcre/dist/
Dpcre_exec.c973 save_capture_last = md->capture_last; in match()
1009 md->capture_last = save_capture_last; in match()
1079 save_capture_last = md->capture_last; in match()
1111 md->capture_last = save_capture_last; in match()
1147 save_capture_last = md->capture_last; in match()
1171 save_capture_last = md->capture_last; in match()
1195 md->capture_last = save_capture_last; in match()
1239 save_capture_last = md->capture_last; in match()
1275 md->capture_last = save_capture_last; in match()
1327 cb.capture_last = md->capture_last & CAPLMASK; in match()
[all …]
Dpcre.h.generic428 int capture_last; /* Most recently closed capture */
450 int capture_last; /* Most recently closed capture */
472 int capture_last; /* Most recently closed capture */
Dpcre.h.in428 int capture_last; /* Most recently closed capture */ member
450 int capture_last; /* Most recently closed capture */ member
472 int capture_last; /* Most recently closed capture */ member
Dpcregexp.pas284 capture_last : integer;
Dpcre_dfa_exec.c2721 cb.capture_last = -1; in internal_dfa_exec()
3074 cb.capture_last = -1; in internal_dfa_exec()
Dpcre_internal.h2533 pcre_int32 capture_last; /* Most recent capture number + overflow flag */ member
Dpcretest.c2258 cb->callout_number, cb->capture_last); in callout()
DChangeLog472 11. The value of capture_last that is passed to callouts was incorrect in some
474 after a backtrack. Also, the capture_last value is now reset after a
Dpcre_jit_compile.c6371 OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
/external/pcre/dist/doc/
Dpcre.txt1507 always 1, and the value of the capture_last field is always -1.
4414 int capture_last;
4457 The capture_last field contains the number of the most recently cap-