Home
last modified time | relevance | path

Searched refs:abort_if (Results 1 – 5 of 5) sorted by relevance

/curl/tests/unit/
H A Dunit1650.c169 abort_if(rc != req[i].rc, "return code");
175 abort_if(size != req[i].size, "size");
181 abort_if(req[i].packet && memcmp(req[i].packet, buffer, size),
198 abort_if(rc != resp[i].rc, "return code");
239 abort_if(resp[i].out && strcmp((char *)buffer, resp[i].out), "content");
252 abort_if(!rc, "error rc");
266 abort_if(!rc, "error rc");
284 abort_if(rc || strcmp((char *)buffer, "127.0.0.1"), "bad address");
H A Dunit1395.c84 abort_if(err && out, "returned error with output");
H A Dcurlcheck.h67 #define abort_if(expr, msg) \ macro
H A Dunit1654.c48 abort_if(!asi, "Curl_altsvc_i");
H A Dunit3205.c765 abort_if(i == TEST_STR_LIST_LEN, "should have been done");

Completed in 8 milliseconds