Home | History | Annotate | Download | only in src

Lines Matching refs:capture_last

64 /* The mb->capture_last field uses the lower 16 bits for the last captured
495 mb->capture_last = new_recursive->saved_capture_last;
1012 save_capture_last = mb->capture_last;
1046 mb->capture_last = save_capture_last;
1109 save_capture_last = mb->capture_last;
1141 mb->capture_last = save_capture_last;
1170 save_capture_last = mb->capture_last;
1191 save_capture_last = mb->capture_last;
1215 mb->capture_last = save_capture_last;
1246 save_capture_last = mb->capture_last;
1282 mb->capture_last = save_capture_last;
1323 cb.capture_last = mb->capture_last & CAPLMASK;
1493 mb->capture_last = (mb->capture_last & OVFLMASK) | number;
1494 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else
1750 cb.capture_last = mb->capture_last & CAPLMASK;
1821 new_recursive.saved_capture_last = mb->capture_last;
1887 mb->capture_last = new_recursive.saved_capture_last;
2040 mb->capture_last = (mb->capture_last & OVFLMASK) | number;
2041 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else
6791 mb->capture_last = 0;
7157 if (mb->end_offset_top > arg_offset_max) mb->capture_last |= OVFLBIT;
7164 match_data->rc = ((mb->capture_last & OVFLBIT) != 0)?