Home
last modified time | relevance | path

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

/openssl/test/
H A Derrtest.c174 unsigned long mallocfail, shouldnot; in test_marks() local
178 mallocfail = ERR_peek_last_error(); in test_marks()
179 if (!TEST_ulong_gt(mallocfail, 0)) in test_marks()
195 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
205 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
215 if (!TEST_ulong_ne(mallocfail, shouldnot) in test_marks()
246 || !TEST_ulong_eq(mallocfail, ERR_get_error()) in test_marks()
346 unsigned long mallocfail, interr; in test_save_restore() local
354 mallocfail = ERR_peek_last_error(); in test_save_restore()
355 if (!TEST_ulong_gt(mallocfail, 0)) in test_save_restore()
[all …]

Completed in 5 milliseconds