Lines Matching refs:target_handle
207 CURL **target_handle;
221 if (*d->target_handle == NULL)
223 *d->target_handle = d->handle;
236 if (*d->target_handle != d->handle)
1233 CURL *target_handle = NULL;
1259 escaped_string = curl_easy_escape(&target_handle, filename+1, 0);
1290 data[i].target_handle = &target_handle;
1413 if (target_handle != NULL)
1416 if (data[i].handle != target_handle)
1453 if (target_handle && (c->progressfn || maxsize > 0))
1461 curl_res = curl_easy_getinfo(target_handle,
1468 curl_res = curl_easy_getinfo(target_handle,
1491 if (target_handle) /* we've committed to a server; report its download progress */
1496 curl_res = curl_easy_getinfo(target_handle,
1503 curl_res = curl_easy_getinfo(target_handle,
1520 if (target_handle && dl_size > maxsize && maxsize > 0)
1601 CURLcode ok1 = curl_easy_getinfo (target_handle,
1604 CURLcode ok2 = curl_easy_getinfo (target_handle,
1633 CURLcode ok3 = curl_easy_getinfo (target_handle,