Searched refs:easy_handle (Results 1 – 21 of 21) sorted by relevance
101 CURL *easy_handle; in check_multi_info() local112 easy_handle = message->easy_handle; in check_multi_info()114 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url); in check_multi_info()115 curl_easy_getinfo(easy_handle, CURLINFO_PRIVATE, &file); in check_multi_info()118 curl_multi_remove_handle(curl_handle, easy_handle); in check_multi_info()119 curl_easy_cleanup(easy_handle); in check_multi_info()
128 CURL *e = msg->easy_handle; in main()129 curl_easy_getinfo(msg->easy_handle, CURLINFO_PRIVATE, &url); in main()
154 found = (msg->easy_handle == handles[idx]); in main()
169 CURL *e = m->easy_handle; in main()
178 CURL *handle = m->easy_handle; in main()
321 CURL *e = m->easy_handle; in main()
182 easy = msg->easy_handle; in check_multi_info()
129 easy = msg->easy_handle; in check_multi_info()
184 easy = msg->easy_handle; in check_multi_info()
169 easy = msg->easy_handle; in check_multi_info()
192 easy = msg->easy_handle; in check_multi_info()
35 CURL *easy_handle; member44 data->easy_handle = curl; in reset_data()92 curl_easy_pause(data->easy_handle, CURLPAUSE_CONT); in write_callback()
100 if(msg && msg->msg == CURLMSG_DONE && msg->easy_handle == curls) { in do_one_request()
161 CURL *e = msg->easy_handle; in loop()
199 int found = (msg->easy_handle == handles[i]); in test()
85 CURL *easy_handle; /* the handle it concerns */ member
97 CURL *easy_handle; /* the handle it concerns */ member
291 msg.easy_handle = handle_; in TEST_F()
437 msg->easy_handle, in ProcessAsyncCurlMessages()
779 if(msg->extmsg.easy_handle == easy) { in curl_multi_remove_handle()2104 msg->extmsg.easy_handle = data; in multi_runsingle()
1939 d easy_handle * CURL *