Searched refs:abort_unless (Results 1 – 13 of 13) sorted by relevance
/curl/tests/unit/ |
H A D | unit1616.c | 61 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 D | unit1304.c | 59 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 D | unit1602.c | 63 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 D | unit1608.c | 58 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 D | unit3200.c | 97 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 D | unit1396.c | 85 abort_unless(hnd != NULL, "returned NULL!"); 92 abort_unless(out != NULL, "returned NULL!"); 105 abort_unless(out != NULL, "returned NULL!");
|
H A D | unit1300.c | 152 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 D | unit1604.c | 231 abort_unless(flagstr, "out of memory"); 233 abort_unless(received_ccstr, "out of memory"); 235 abort_unless(expected_ccstr, "out of memory");
|
H A D | unit1661.c | 72 abort_unless(buffer, "Out of memory"); 97 abort_unless(result == CURLE_OK, curl_easy_strerror(result));
|
H A D | unit1305.c | 121 abort_unless(rc == CURLE_OK, "data node creation failed"); 126 abort_unless(nodep, "insertion into hash failed");
|
H A D | unit1660.c | 130 abort_unless(h, "Curl_hsts_init()"); 137 abort_unless(easy, "curl_easy_init()");
|
H A D | unit1395.c | 83 abort_unless(err == 0, "returned error");
|
H A D | curlcheck.h | 77 #define abort_unless(expr, msg) \ macro
|
Completed in 27 milliseconds