Home
last modified time | relevance | path

Searched refs:TEST_ERR_FAILURE (Results 1 – 12 of 12) sorted by relevance

/external/curl/tests/libtest/
Dlib654.c76 int res = TEST_ERR_FAILURE; in test()
127 res = TEST_ERR_FAILURE; in test()
162 res = TEST_ERR_FAILURE; in test()
Dlib1511.c49 res = TEST_ERR_FAILURE; /* not correct */ in test()
62 res = TEST_ERR_FAILURE; /* not correct */ in test()
Dlib655.c87 res = TEST_ERR_FAILURE; in test()
102 res = TEST_ERR_FAILURE; in test()
Dlib1593.c67 res = TEST_ERR_FAILURE; in test()
Dlib1500.c35 int i = TEST_ERR_FAILURE; in test()
Dlib556.c99 res = (CURLcode)TEST_ERR_FAILURE; in test()
Dlib504.c83 res = TEST_ERR_FAILURE; /* not correct */ in test()
Dlib667.c66 int res = TEST_ERR_FAILURE; in test()
Dlib668.c61 int res = TEST_ERR_FAILURE; in test()
Dlib1533.c121 return TEST_ERR_FAILURE; in perform_and_check_connections()
Dlib670.c114 int res = TEST_ERR_FAILURE; in test()
Dtest.h96 #define TEST_ERR_FAILURE (CURLcode) 119 macro