Lines Matching refs:mallocfail
165 unsigned long mallocfail, shouldnot; in test_marks() local
169 mallocfail = ERR_peek_last_error(); in test_marks()
170 if (!TEST_ulong_gt(mallocfail, 0)) in test_marks()
176 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error()) in test_marks()
179 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
186 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
188 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
196 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
199 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
206 if (!TEST_ulong_ne(mallocfail, shouldnot) in test_marks()
214 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
237 || !TEST_ulong_eq(mallocfail, ERR_get_error()) in test_marks()
262 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
337 unsigned long mallocfail, interr; in test_save_restore() local
345 mallocfail = ERR_peek_last_error(); in test_save_restore()
346 if (!TEST_ulong_gt(mallocfail, 0)) in test_save_restore()
354 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error())) in test_save_restore()
386 mallocfail) in test_save_restore()
401 mallocfail) in test_save_restore()