Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_callback_test.c20 static const char *my_param_argp[MAXCOUNT]; variable
34 my_param_argp[my_param_count] = argp; in my_bio_cb_ex()
68 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback_ex()
87 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()
93 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback_ex()
107 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()
113 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback_ex()
144 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()
197 memset(my_param_argp, 0, sizeof(my_param_argp)); in test_bio_callback_ex()
209 my_param_argp[my_param_count] = argp; in my_bio_callback()
[all …]

Completed in 4 milliseconds