Searched refs:abort_unless (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A 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,
H A Dunit1305.c131 abort_unless(rc == CURLE_OK, "data node creation failed");
135 abort_unless(nodep, "insertion into hash failed");
H A Dcurlcheck.h64 #define abort_unless(expr, msg) \ macro

Completed in 98 milliseconds