Home
last modified time | relevance | path

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

/openssl/test/
H A Dsparse_array_test.c117 doall_data->res = 0; in leaf_check_all()
133 doall_data->res = 0; in leaf_delete()
150 struct doall_st doall_data; in test_sparse_array_doall() local
158 doall_data.cases = cases; in test_sparse_array_doall()
159 doall_data.all = 1; in test_sparse_array_doall()
160 doall_data.sa = NULL; in test_sparse_array_doall()
168 if (doall_data.res == 0) { in test_sparse_array_doall()
172 doall_data.all = 0; in test_sparse_array_doall()
173 doall_data.sa = sa; in test_sparse_array_doall()
175 if (doall_data.res == 0) { in test_sparse_array_doall()
[all …]

Completed in 17 milliseconds