Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1304.c61 abort_unless(s_login != NULL, "returned NULL!");
69 abort_unless(s_login != NULL, "returned NULL!");
74 abort_unless(s_login != NULL, "returned NULL!");
83 abort_unless(s_login != NULL, "returned NULL!");
88 abort_unless(s_login != NULL, "returned NULL!");
98 abort_unless(s_login != NULL, "returned NULL!");
103 abort_unless(s_login != NULL, "returned NULL!");
113 abort_unless(s_login != NULL, "returned NULL!");
118 abort_unless(s_login != NULL, "returned NULL!");
128 abort_unless(s_login != NULL, "returned NULL!");
[all …]
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 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.c96 abort_unless(fp != NULL, "Cannot open testfile");
101 abort_unless(fp != NULL, "Cannot open testfile");
115 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (1)");
127 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (2)");
162 abort_unless(!Curl_dyn_len(&buf), "Missed EOF (6)");
165 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 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 Dunit1604.c321 abort_unless(flagstr, "out of memory");
323 abort_unless(received_ccstr, "out of memory");
325 abort_unless(expected_ccstr, "out of memory");
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 14 milliseconds