Home
last modified time | relevance | path

Searched refs:curl1 (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/libtest/
Dlib1557.c31 CURL *curl1 = NULL; in test() local
41 easy_init(curl1); in test()
42 easy_setopt(curl1, CURLOPT_URL, URL); in test()
43 multi_add_handle(curlm, curl1); in test()
54 multi_remove_handle(curlm, curl1); in test()
57 curl_easy_cleanup(curl1); in test()