Searched refs:kMaxOnePassCapture (Results 1 – 8 of 8) sorted by relevance
303 static const int kMaxOnePassCapture = 5; // $0 through $4 variable
178 COMPILE_ASSERT(kMaxCap == Prog::kMaxOnePassCapture*2, in OnePass_Checks()
616 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture); in Match()
598 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture); in Match()
358 nsubmatch > Prog::kMaxOnePassCapture) { in RunSearch()