Home
last modified time | relevance | path

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

/openssl/test/
H A Dexdatatest.c18 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()
309 OPENSSL_free(saved_argp); in test_exdata()
[all …]

Completed in 6 milliseconds