Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1304.c62 abort_unless(password != NULL, "returned NULL!");
64 abort_unless(login != NULL, "returned NULL!");
72 abort_unless(login != NULL, "returned NULL!");
76 abort_unless(password != NULL, "returned NULL!");
79 abort_unless(login != NULL, "returned NULL!");
89 abort_unless(login != NULL, "returned NULL!");
93 abort_unless(password != NULL, "returned NULL!");
95 abort_unless(login != NULL, "returned NULL!");
105 abort_unless(login != NULL, "returned NULL!");
109 abort_unless(password != NULL, "returned NULL!");
[all …]
Dunit1602.c61 abort_unless(value != NULL, "Out of memory");
66 abort_unless(nodep, "insertion into hash failed");
71 abort_unless(value2 != NULL, "Out of memory");
76 abort_unless(nodep, "insertion into hash failed");
Dunit1608.c54 abort_unless(easy, "out of memory");
57 abort_unless(code == CURLE_OK, "curl_easy_setopt failed");
70 abort_unless(addrhead != addrs, "addresses are not being reordered");
Dunit1300.c146 abort_unless(head, "llist.head is NULL");
156 abort_unless(llist.head, "llist.head is NULL");
176 abort_unless(to_remove, "to_remove is NULL");
182 abort_unless(element_next, "element_next is NULL");
Dunit1396.c83 abort_unless(hnd != NULL, "returned NULL!");
90 abort_unless(out != NULL, "returned NULL!");
103 abort_unless(out != NULL, "returned NULL!");
Dunit1604.c320 abort_unless(flagstr, "out of memory");
322 abort_unless(received_ccstr, "out of memory");
324 abort_unless(expected_ccstr, "out of memory");
Dunit1305.c124 abort_unless(rc == CURLE_OK, "data node creation failed");
129 abort_unless(nodep, "insertion into hash failed");
Dunit1395.c79 abort_unless(out != NULL, "returned NULL!");
Dcurlcheck.h67 #define abort_unless(expr, msg) \ macro