Home
last modified time | relevance | path

Searched refs:total_matches (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test-regex/
H A Dmain.c270 uint32_t total_matches = 0; in run_regex() local
376 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()
/f-stack/app/redis-5.0.5/src/
H A Dutil.c179 int total_matches = 0; in stringmatchlen_fuzz_test() local
185 total_matches += stringmatchlen(pat, patlen, str, strlen, 0); in stringmatchlen_fuzz_test()
187 return total_matches; in stringmatchlen_fuzz_test()