Lines Matching refs:res
29 CURLcode res; in test() local
42 res = TEST_ERR_MAJOR_BAD; in test()
53 res = curl_easy_perform(curl); in test()
54 if(res != CURLE_REMOTE_FILE_NOT_FOUND) in test()
60 res = curl_easy_perform(curl); in test()
61 if(res != CURLE_REMOTE_FILE_NOT_FOUND) in test()
70 res = TEST_ERR_MAJOR_BAD; in test()
80 res = curl_easy_perform(curl); in test()
81 if(res != CURLE_REMOTE_FILE_NOT_FOUND) in test()
89 res = curl_easy_perform(curl); in test()
90 if(res != CURLE_REMOTE_FILE_NOT_FOUND) in test()
97 res = curl_easy_perform(curl); in test()
98 if(res != CURLE_REMOTE_FILE_NOT_FOUND) in test()
107 res = TEST_ERR_MAJOR_BAD; in test()
114 res = TEST_ERR_MAJOR_BAD; in test()
123 res = curl_easy_perform(curl); in test()
124 if(res) in test()
133 res = TEST_ERR_MAJOR_BAD; in test()
142 res = curl_easy_perform(curl); in test()
143 if(res) in test()
155 res = curl_easy_perform(curl); in test()
160 if(res) in test()
161 fprintf(stderr, "test encountered error %d\n", res); in test()
167 return res; in test()