Searched refs:saved_argp (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | exdatatest.c | 18 static void *saved_argp; variable 34 || !TEST_ptr_eq(argp, saved_argp) in exnew() 44 || !TEST_ptr_eq(argp, saved_argp) in exdup() 55 || !TEST_ptr_eq(argp, saved_argp)) in exfree() 78 || !TEST_ptr_eq(argp, saved_argp) in exnew2() 97 || !TEST_ptr_eq(argp, saved_argp) in exdup2() 121 || !TEST_ptr_eq(argp, saved_argp) in exfree2() 233 if (!TEST_ptr(saved_argp = OPENSSL_malloc(1))) in test_exdata() 236 saved_argl, saved_argp, in test_exdata() 239 saved_argl, saved_argp, in test_exdata() [all...] |
Completed in 1 milliseconds