Searched refs:script_idx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | quic_txp_test.c | 1313 static int run_script(int script_idx, const struct script_op *script) in run_script() argument 1612 TEST_error("script %d failed at op %zu", script_idx + 1, opn + 1); in run_script()
|
| H A D | quic_multistream_test.c | 5903 int script_idx, free_order, blocking; in test_script() local 5912 script_idx = idx; in test_script() 5924 BIO_snprintf(script_name, sizeof(script_name), "script %d", script_idx + 1); in test_script() 5926 TEST_info("Running script %d (order=%d, blocking=%d)", script_idx + 1, in test_script() 5928 return run_script(scripts[script_idx], script_name, free_order, blocking); in test_script()
|