Lines Matching defs:result
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
388 CURLcode result = CURLE_OK;
428 result = Curl_resolver_error(data);
435 return result;
452 CURLcode result = CURLE_OK;
469 while(!result) {
495 result = Curl_resolver_is_resolved(data, entry);
497 if(result || data->state.async.done)
501 result = CURLE_ABORTED_BY_CALLBACK;
514 result = CURLE_OPERATION_TIMEDOUT;
516 if(result)
525 if(result)
530 return result;
600 /* A successful result overwrites any previous error */
614 either a result of bad input (which should affect all parallel
638 this completing request didn't get a result from the first DNS server
645 much longer" after we get a result.
743 struct ares_addrinfo *result)
749 res->temp_ai = ares2addr(result->nodes);
751 ares_freeaddrinfo(result);
847 CURLcode result = CURLE_NOT_BUILT_IN;
868 result = CURLE_OK;
871 result = CURLE_OUT_OF_MEMORY;
878 result = CURLE_BAD_FUNCTION_ARGUMENT;
885 return result;