Lines Matching refs:script_name
32 const char *script_name; member
676 static int helper_init(struct helper *h, const char *script_name, in helper_init() argument
790 BIO_snprintf(title, sizeof(title), "quic_multistream_test: %s", script_name); in helper_init()
1025 const char *script_name, in run_script_worker() argument
1181 TEST_info("script \"%s\" finished on thread %d", script_name, thread_idx); in run_script_worker()
1881 h->threads[i].script_name = script_name; in run_script_worker()
2018 script_name, op_idx + 1, thread_idx); in run_script_worker()
2083 const char *script_name, in run_script() argument
2090 if (!TEST_true(helper_init(&h, script_name, in run_script()
2094 if (!TEST_true(run_script_worker(&h, script, script_name, -1))) in run_script()
2115 args->script_name, in run_script_child_thread()
5840 char script_name[64]; in test_script() local
5860 BIO_snprintf(script_name, sizeof(script_name), "script %d", script_idx + 1); in test_script()
5864 return run_script(scripts[script_idx], script_name, free_order, blocking); in test_script()
5934 char script_name[64]; in test_dyn_frame_types() local
5945 BIO_snprintf(script_name, sizeof(script_name), in test_dyn_frame_types()
5948 return run_script(dyn_frame_types_script, script_name, 0, 0); in test_dyn_frame_types()