Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1616.c61 abort_unless(value != NULL, "Out of memory");
66 abort_unless(nodep, "insertion into hash failed");
68 abort_unless(v == value, "lookup present entry failed");
70 abort_unless(!v, "lookup missing entry failed");
75 abort_unless(value2 != NULL, "Out of memory");
80 abort_unless(nodep, "insertion into hash failed");
82 abort_unless(v == value2, "lookup present entry failed");
84 abort_unless(!v, "lookup missing entry failed");
H A Dunit1304.c59 abort_unless(s_login == NULL, "user did not return NULL!");
70 abort_unless(s_password == NULL, "password is not NULL!");
81 abort_unless(s_password == NULL, "password is not NULL!");
117 abort_unless(s_password != NULL, "returned NULL!");
120 abort_unless(s_login != NULL, "returned NULL!");
136 abort_unless(s_password != NULL, "returned NULL!");
139 abort_unless(s_login != NULL, "returned NULL!");
155 abort_unless(s_password != NULL, "returned NULL!");
158 abort_unless(s_login != NULL, "returned NULL!");
174 abort_unless(s_password != NULL, "returned NULL!");
[all …]
H A Dunit1602.c63 abort_unless(value != NULL, "Out of memory");
68 abort_unless(nodep, "insertion into hash failed");
73 abort_unless(value2 != NULL, "Out of memory");
78 abort_unless(nodep, "insertion into hash failed");
H A Dunit1608.c58 abort_unless(easy, "out of memory");
61 abort_unless(code == CURLE_OK, "curl_easy_setopt failed");
74 abort_unless(addrhead != addrs, "addresses are not being reordered");
H A Dunit3200.c97 abort_unless(fp != NULL, "Cannot open testfile");
102 abort_unless(fp != NULL, "Cannot open testfile");
116 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (1)");
128 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (2)");
163 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (6)");
166 abort_unless(1, "Unknown case");
H A Dunit1396.c85 abort_unless(hnd != NULL, "returned NULL!");
92 abort_unless(out != NULL, "returned NULL!");
105 abort_unless(out != NULL, "returned NULL!");
H A Dunit1300.c152 abort_unless(head, "llist.head is NULL");
162 abort_unless(Curl_llist_head(&llist), "llist.head is NULL");
182 abort_unless(to_remove, "to_remove is NULL");
188 abort_unless(element_next, "element_next is NULL");
H A Dunit1604.c231 abort_unless(flagstr, "out of memory");
233 abort_unless(received_ccstr, "out of memory");
235 abort_unless(expected_ccstr, "out of memory");
H A Dunit1661.c72 abort_unless(buffer, "Out of memory");
97 abort_unless(result == CURLE_OK, curl_easy_strerror(result));
H A Dunit1305.c121 abort_unless(rc == CURLE_OK, "data node creation failed");
126 abort_unless(nodep, "insertion into hash failed");
H A Dunit1660.c130 abort_unless(h, "Curl_hsts_init()");
137 abort_unless(easy, "curl_easy_init()");
H A Dunit1395.c83 abort_unless(err == 0, "returned error");
H A Dcurlcheck.h77 #define abort_unless(expr, msg) \ macro

Completed in 27 milliseconds