Lines Matching refs:c
39 CURL *c = NULL; in test() local
55 easy_init(c); in test()
57 easy_setopt(c, CURLOPT_HEADER, 1L); in test()
58 easy_setopt(c, CURLOPT_URL, URL); in test()
62 easy_setopt(c, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
63 easy_setopt(c, CURLOPT_DEBUGFUNCTION, libtest_debug_cb); in test()
64 easy_setopt(c, CURLOPT_VERBOSE, 1L); in test()
68 multi_add_handle(m, c); in test()
98 curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time); in test()
109 curl_multi_remove_handle(m, c); in test()
111 curl_easy_cleanup(c); in test()