Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dos.h762 #define TEST_FAIL() testing_test_fail(NULL, false)
763 #define TEST_FAIL_TAG(tag) testing_test_fail(tag, false)
764 int testing_test_fail(const char *tag, bool is_alloc);
Dos_unix.c548 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
720 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail() function
731 if (testing_test_fail(NULL, true)) in os_malloc()