Home
last modified time | relevance | path

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

/freebsd/crypto/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()
74 || !TEST_ptr_eq(my_param_argp[1], 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()
127 || !TEST_ptr_eq(my_param_argp[0], NULL) in test_bio_callback_ex()
133 || !TEST_ptr_eq(my_param_argp[1], NULL) in test_bio_callback_ex()
[all …]