Lines Matching refs:res
46 int res;
77 res = TEST_ERR_MAJOR_BAD;
86 res = curl_easy_perform(curl);
87 if(res)
92 res = TEST_ERR_MAJOR_BAD;
107 res = TEST_ERR_MAJOR_BAD;
116 res = curl_easy_perform(curl);
117 if(res)
127 res = TEST_ERR_MAJOR_BAD;
134 res = curl_easy_perform(curl);
135 if(res)
142 res = TEST_ERR_MAJOR_BAD;
152 res = curl_easy_perform(curl);
153 if(res)
161 res = TEST_ERR_MAJOR_BAD;
169 res = curl_easy_perform(curl);
184 return res;