Lines Matching refs:easy
53 CURL *easy = NULL; in test() local
68 easy_init(easy); in test()
74 easy_setopt(easy, CURLOPT_VERBOSE, 1L); in test()
77 easy_setopt(easy, CURLOPT_URL, URL); in test()
81 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 1L); in test()
85 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 0L); in test()
86 easy_setopt(easy, CURLOPT_NOBODY, 1L); in test()
87 easy_setopt(easy, CURLOPT_FORBID_REUSE, 1L); in test()
90 multi_add_handle(multi, easy); in test()
138 multi_remove_handle(multi, easy); in test()
146 curl_easy_cleanup(easy); in test()