Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A 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
H A Dpcre_exec.c973 save_capture_last = md->capture_last; in match()
1079 save_capture_last = md->capture_last; in match()
1147 save_capture_last = md->capture_last; in match()
1227 save_capture_last = md->capture_last; in match()
1315 cb.capture_last = md->capture_last & CAPLMASK; in match()
1317 if (cb.capture_last == 0) cb.capture_last = -1; in match()
1463 md->capture_last = (md->capture_last & OVFLMASK) | number; in match()
1725 cb.capture_last = md->capture_last & CAPLMASK; in match()
1727 if (cb.capture_last == 0) cb.capture_last = -1; in match()
1970 md->capture_last = (md->capture_last & OVFLMASK) | number; in match()
[all …]
H A Dpcre_internal.h2554 pcre_int32 capture_last; /* Most recent capture number + overflow flag */ member
H A DChangeLog815 11. The value of capture_last that is passed to callouts was incorrect in some
817 after a backtrack. Also, the capture_last value is now reset after a
H A Dpcre_jit_compile.c6423 OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1518 always 1, and the value of the capture_last field is always -1.
4425 int capture_last;
4468 The capture_last field contains the number of the most recently cap-

Completed in 101 milliseconds