Home | History | Annotate | Download | only in re2

Lines Matching full:lastmatch

1331   const uint8* lastmatch = NULL;   // most recent matching position in text
1337 lastmatch = p;
1339 params->ep = reinterpret_cast<const char*>(lastmatch);
1436 params->ep = reinterpret_cast<const char*>(lastmatch);
1450 lastmatch = p - 1;
1452 lastmatch = p + 1;
1455 static_cast<int>(lastmatch - bp),
1459 params->ep = reinterpret_cast<const char*>(lastmatch);
1509 lastmatch = p;
1520 fprintf(stderr, "match @%d! [%s]\n", static_cast<int>(lastmatch - bp),
1523 params->ep = reinterpret_cast<const char*>(lastmatch);