Searched refs:repeat_limit (Results 1 – 1 of 1) sorted by relevance
78 int repeat_limit, /* Maximum number of times to repeat */ member94 int repeat_limit, /* Maximum number of times to repeat */ member1366 if (data->statuses[i].repeat_match && repeat_count < data->statuses[i].repeat_limit) in do_test()1374 if (data->statuses[i].repeat_no_match && repeat_count < data->statuses[i].repeat_limit) in do_test()1397 if (!data->statuses[i].repeat_match || repeat_count >= data->statuses[i].repeat_limit) in do_test()1469 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()1481 …e && ((!expect->repeat_match && !expect->repeat_no_match) || repeat_count >= expect->repeat_limit)) in do_test()1488 if (expect->repeat_no_match && repeat_count < expect->repeat_limit) in do_test()1498 !expect->repeat_match && (!expect->repeat_no_match || repeat_count >= expect->repeat_limit)) in do_test()1509 repeat_count < expect->repeat_limit) in do_test()[all …]