Lines Matching defs:result
103 CURLcode result;
184 CURLcode result;
190 result = CURLE_OUT_OF_MEMORY;
218 result = Curl_cf_create(&cf, &cft_test, ctx);
219 if(result)
225 *pcf = (!result)? cf : NULL;
226 if(result) {
230 return result;
242 if(tr->result != tc->exp_result
243 && CURLE_OPERATION_TIMEDOUT != tr->result) {
244 /* on CI we encounter the TIMEOUT result, since images get less CPU
246 curl_msprintf(msg, "%d: expected result %d but got %d",
247 tc->id, tc->exp_result, tr->result);
320 tr.result = curl_easy_perform(easy);