Lines Matching refs:res
46 if(res != CURLE_OK) { \
47 fprintf(stderr, "test failed with code: %d\n", res); \
53 res = TEST_ERR_FAILURE; \
58 res = test_run(URL, option, &fd_count); \
78 CURLcode res = CURLE_OK; in set_easy() local
115 return res; in set_easy()
134 CURLcode res = CURLE_OK; in test_run() local
170 res = TEST_ERR_FAILURE; in test_run()
183 res = TEST_ERR_FAILURE; in test_run()
195 res = TEST_ERR_FAILURE; in test_run()
207 if(!res) in test_run()
208 res = result; in test_run()
225 return res; in test_run()
236 CURLcode res = CURLE_OK; in empty_multi_test() local
246 res = TEST_ERR_FAILURE; in empty_multi_test()
252 res = TEST_ERR_FAILURE; in empty_multi_test()
268 res = TEST_ERR_FAILURE; in empty_multi_test()
274 res = TEST_ERR_FAILURE; in empty_multi_test()
283 return res; in empty_multi_test()
288 CURLcode res = CURLE_OK; in test() local
294 res = empty_multi_test(); in test()
295 if(res != CURLE_OK) in test()
309 return res; in test()