Searched refs:curls (Results 1 – 5 of 5) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1515.c | 55 CURL *curls; in do_one_request() local 64 easy_init(curls); in do_one_request() 66 easy_setopt(curls, CURLOPT_URL, URL); in do_one_request() 67 easy_setopt(curls, CURLOPT_RESOLVE, resolve_list); in do_one_request() 68 easy_setopt(curls, CURLOPT_DEBUGFUNCTION, debug_callback); in do_one_request() 69 easy_setopt(curls, CURLOPT_VERBOSE, 1); in do_one_request() 70 easy_setopt(curls, CURLOPT_DNS_CACHE_TIMEOUT, DNS_TIMEOUT); in do_one_request() 72 multi_add_handle(m, curls); in do_one_request() 98 if(msg->msg == CURLMSG_DONE && msg->easy_handle == curls) { in do_one_request() 106 curl_multi_remove_handle(m, curls); in do_one_request() [all …]
|
D | lib1500.c | 32 CURL* curls = NULL; in test() local 45 easy_init(curls); in test() 47 easy_setopt(curls, CURLOPT_URL, URL); in test() 48 easy_setopt(curls, CURLOPT_HEADER, 1L); in test() 50 multi_add_handle(multi, curls); in test() 83 curl_easy_cleanup(curls); in test()
|
D | lib507.c | 32 CURL* curls = NULL; in test() local 45 easy_init(curls); in test() 47 easy_setopt(curls, CURLOPT_URL, URL); in test() 48 easy_setopt(curls, CURLOPT_HEADER, 1L); in test() 50 multi_add_handle(multi, curls); in test() 93 curl_easy_cleanup(curls); in test()
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1353 Then they both bowed low, and their curls got entangled
|
/external/curl/ |
D | CHANGES.0 | 6669 (CURLOPT_FTPPORT) didn't work for IPv6-enabed curls if the IP wasn't a
|