Searched refs:repeat_stack_len (Results 1 – 1 of 1) sorted by relevance
1056 size_t repeat_stack_len = 0; in run_script_worker() local1166 if (!TEST_size_t_eq(repeat_stack_len, 0)) in run_script_worker()1199 if (!TEST_size_t_lt(repeat_stack_len, OSSL_NELEM(repeat_stack_idx))) in run_script_worker()1205 repeat_stack_idx[repeat_stack_len] = op_idx + 1; in run_script_worker()1206 repeat_stack_done[repeat_stack_len] = 0; in run_script_worker()1207 repeat_stack_limit[repeat_stack_len] = op->arg1; in run_script_worker()1208 ++repeat_stack_len; in run_script_worker()1226 if (!TEST_size_t_gt(repeat_stack_len, 0)) in run_script_worker()1229 if (++repeat_stack_done[repeat_stack_len - 1] in run_script_worker()1230 == repeat_stack_limit[repeat_stack_len - 1]) { in run_script_worker()[all …]