Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_callback_test.c18 static BIO *my_param_b[MAXCOUNT]; variable
32 my_param_b[my_param_count] = b; in my_bio_cb_ex()
66 || !TEST_ptr_eq(my_param_b[0], bio) in test_bio_callback_ex()
72 || !TEST_ptr_eq(my_param_b[1], bio) in test_bio_callback_ex()
85 || !TEST_ptr_eq(my_param_b[0], bio) in test_bio_callback_ex()
91 || !TEST_ptr_eq(my_param_b[1], bio) in test_bio_callback_ex()
105 || !TEST_ptr_eq(my_param_b[0], bio) in test_bio_callback_ex()
111 || !TEST_ptr_eq(my_param_b[1], bio) in test_bio_callback_ex()
196 memset(my_param_b, 0, sizeof(my_param_b)); in test_bio_callback_ex()
207 my_param_b[my_param_count] = b; in my_bio_callback()
[all …]

Completed in 4 milliseconds