OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abort_unless
(Results
1 - 6
of
6
) sorted by null
/external/curl/tests/unit/
unit1304.c
59
abort_unless
(password != NULL, "returned NULL!");
61
abort_unless
(login != NULL, "returned NULL!");
69
abort_unless
(login != NULL, "returned NULL!");
72
abort_unless
(password != NULL, "returned NULL!");
74
abort_unless
(login != NULL, "returned NULL!");
82
abort_unless
(login != NULL, "returned NULL!");
85
abort_unless
(password != NULL, "returned NULL!");
87
abort_unless
(login != NULL, "returned NULL!");
96
abort_unless
(login != NULL, "returned NULL!");
99
abort_unless
(password != NULL, "returned NULL!")
[
all
...]
unit1300.c
169
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,
unit1396.c
79
abort_unless
(hnd != NULL, "returned NULL!");
86
abort_unless
(out != NULL, "returned NULL!");
99
abort_unless
(out != NULL, "returned NULL!");
unit1395.c
69
abort_unless
(out != NULL, "returned NULL!");
unit1305.c
129
abort_unless
(rc == CURLE_OK, "data node creation failed");
134
abort_unless
(nodep, "insertion into hash failed");
curlcheck.h
66
#define
abort_unless
(expr, msg) \
macro
Completed in 791 milliseconds