Searched refs:total_matches (Results 1 – 2 of 2) sorted by relevance
270 uint32_t total_matches = 0; in run_regex() local376 total_matches += nb_matches; in run_regex()385 printf("Total matches = %d\n", total_matches); in run_regex()391 total_matches += nb_matches; in run_regex()
179 int total_matches = 0; in stringmatchlen_fuzz_test() local185 total_matches += stringmatchlen(pat, patlen, str, strlen, 0); in stringmatchlen_fuzz_test()187 return total_matches; in stringmatchlen_fuzz_test()