Lines Matching defs:handle
61 static int debug_cb(CURL *handle, curl_infotype type,
71 (void)handle; /* not used */
74 if(!curl_easy_getinfo(handle, CURLINFO_XFER_ID, &xfer_id) && xfer_id >= 0) {
75 if(!curl_easy_getinfo(handle, CURLINFO_CONN_ID, &conn_id) &&
144 struct handle
155 struct handle *handle = (struct handle *) clientp;
159 if(curl_easy_getinfo(handle->h, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T,
162 "\n", handle->idx, totalsize);
164 if(!handle->resumed) {
165 ++handle->paused;
167 handle->idx, handle->paused, (long)realsize);
171 handle->idx, (long)realsize);
177 struct handle handles[HANDLECOUNT];