Searched refs:curls (Results 1 – 9 of 9) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1515.c | 56 CURL *curls; in do_one_request() local 65 easy_init(curls); in do_one_request() 67 easy_setopt(curls, CURLOPT_URL, URL); in do_one_request() 68 easy_setopt(curls, CURLOPT_RESOLVE, resolve_list); in do_one_request() 69 easy_setopt(curls, CURLOPT_DEBUGFUNCTION, debug_callback); in do_one_request() 70 easy_setopt(curls, CURLOPT_VERBOSE, 1); in do_one_request() 71 easy_setopt(curls, CURLOPT_DNS_CACHE_TIMEOUT, DNS_TIMEOUT); in do_one_request() 73 multi_add_handle(m, curls); in do_one_request() 99 if(msg->msg == CURLMSG_DONE && msg->easy_handle == curls) { in do_one_request() 107 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/curl/docs/ |
D | TODO | 771 Adding this feature would make curls pinning 100% compatible to HPKP and allow
|
/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/brotli/tests/testdata/ |
D | alice29.txt | 1356 Then they both bowed low, and their curls got entangled
|
D | plrabn12.txt | 2579 In curls on either cheek played; wings he wore 2993 As the vine curls her tendrils, which implied
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/curl/ |
D | CHANGES.0 | 6669 (CURLOPT_FTPPORT) didn't work for IPv6-enabed curls if the IP wasn't a
|