Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1304.c59 abort_unless(password != NULL, "returned NULL!");
61 abort_unless(login != NULL, "returned NULL!");
69 abort_unless(login != NULL, "returned NULL!");
72 abort_unless(password != NULL, "returned NULL!");
74 abort_unless(login != NULL, "returned NULL!");
83 abort_unless(login != NULL, "returned NULL!");
86 abort_unless(password != NULL, "returned NULL!");
88 abort_unless(login != NULL, "returned NULL!");
98 abort_unless(login != NULL, "returned NULL!");
101 abort_unless(password != NULL, "returned NULL!");
[all …]
Dunit1300.c169 abort_unless(head, "llist->head is NULL");
179 abort_unless(llist->head, "llist->head is NULL");
196 abort_unless(to_remove, "to_remove is NULL");
202 abort_unless(element_next, "element_next is NULL");
261 abort_unless(curlErrCode == 1,
263 abort_unless(Curl_llist_count(llist) == 1,
265 abort_unless(Curl_llist_count(llist_destination) == 0,
270 abort_unless(curlErrCode == 1,
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");
Dunit1396.c79 abort_unless(hnd != NULL, "returned NULL!");
86 abort_unless(out != NULL, "returned NULL!");
99 abort_unless(out != NULL, "returned NULL!");
Dunit1305.c129 abort_unless(rc == CURLE_OK, "data node creation failed");
134 abort_unless(nodep, "insertion into hash failed");
Dunit1395.c72 abort_unless(out != NULL, "returned NULL!");
Dcurlcheck.h66 #define abort_unless(expr, msg) \ macro