Home
last modified time | relevance | path

Searched refs:curls (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib653.c33 CURL *curls = NULL; in test() local
39 easy_init(curls); in test()
41 mime = curl_mime_init(curls); in test()
46 easy_setopt(curls, CURLOPT_URL, URL); in test()
47 easy_setopt(curls, CURLOPT_HEADER, 1L); in test()
48 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test()
49 easy_setopt(curls, CURLOPT_MIMEPOST, mime); in test()
50 easy_setopt(curls, CURLOPT_NOPROGRESS, 1L); in test()
52 res = curl_easy_perform(curls); in test()
58 res = curl_easy_perform(curls); in test()
[all...]
H A Dlib1540.c87 CURL *curls = NULL; in test() local
97 easy_init(curls); in test()
98 st.easy = curls; /* to allow callbacks access */ in test()
100 easy_setopt(curls, CURLOPT_URL, URL); in test()
101 easy_setopt(curls, CURLOPT_WRITEFUNCTION, write_callback); in test()
102 easy_setopt(curls, CURLOPT_WRITEDATA, &st); in test()
103 easy_setopt(curls, CURLOPT_HEADERFUNCTION, header_callback); in test()
104 easy_setopt(curls, CURLOPT_HEADERDATA, &st); in test()
106 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, please_continue); in test()
107 easy_setopt(curls, CURLOPT_XFERINFODAT in test()
[all...]
H A Dlib1553.c47 CURL *curls = NULL; in test() local
62 easy_init(curls); in test()
64 mime = curl_mime_init(curls); in test()
69 easy_setopt(curls, CURLOPT_URL, URL); in test()
70 easy_setopt(curls, CURLOPT_HEADER, 1L); in test()
71 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test()
72 easy_setopt(curls, CURLOPT_MIMEPOST, mime); in test()
73 easy_setopt(curls, CURLOPT_USERPWD, "u:s"); in test()
74 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo); in test()
75 easy_setopt(curls, CURLOPT_NOPROGRES in test()
[all...]
H A Dlib1515.c54 CURL *curls; in do_one_request() local
63 easy_init(curls); in do_one_request()
65 easy_setopt(curls, CURLOPT_URL, URL); in do_one_request()
66 easy_setopt(curls, CURLOPT_RESOLVE, resolve_list); in do_one_request()
67 easy_setopt(curls, CURLOPT_DEBUGFUNCTION, debug_callback); in do_one_request()
68 easy_setopt(curls, CURLOPT_VERBOSE, 1); in do_one_request()
69 easy_setopt(curls, CURLOPT_DNS_CACHE_TIMEOUT, DNS_TIMEOUT); in do_one_request()
71 multi_add_handle(m, curls); in do_one_request()
98 if(msg && msg->msg == CURLMSG_DONE && msg->easy_handle == curls) { in do_one_request()
106 curl_multi_remove_handle(m, curls); in do_one_request()
[all...]
H A Dlib1552.c34 CURL *curls = NULL; in test() local
48 easy_init(curls); in test()
50 easy_setopt(curls, CURLOPT_URL, URL); in test()
51 easy_setopt(curls, CURLOPT_HEADER, 1L); in test()
52 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test()
53 easy_setopt(curls, CURLOPT_USERPWD, "u:s"); in test()
55 multi_add_handle(multi, curls); in test()
88 curl_easy_cleanup(curls); in test()
H A Dlib1500.c34 CURL *curls = NULL; in test() local
47 easy_init(curls); in test()
49 easy_setopt(curls, CURLOPT_URL, URL); in test()
50 easy_setopt(curls, CURLOPT_HEADER, 1L); in test()
52 multi_add_handle(multi, curls); in test()
85 curl_easy_cleanup(curls); in test()
H A Dlib507.c34 CURL *curls = NULL; in test() local
47 easy_init(curls); in test()
49 easy_setopt(curls, CURLOPT_URL, URL); in test()
50 easy_setopt(curls, CURLOPT_HEADER, 1L); in test()
52 multi_add_handle(multi, curls); in test()
95 curl_easy_cleanup(curls); in test()

Completed in 2 milliseconds