/external/curl/tests/libtest/ |
D | lib1553.c | 45 CURL *curls = NULL; in test() local 60 easy_init(curls); in test() 62 mime = curl_mime_init(curls); in test() 67 easy_setopt(curls, CURLOPT_URL, URL); in test() 68 easy_setopt(curls, CURLOPT_HEADER, 1L); in test() 69 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test() 70 easy_setopt(curls, CURLOPT_MIMEPOST, mime); in test() 71 easy_setopt(curls, CURLOPT_USERPWD, "u:s"); in test() 72 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo); in test() 73 easy_setopt(curls, CURLOPT_NOPROGRESS, 1L); in test() [all …]
|
D | lib653.c | 31 CURL *curls = NULL; in test() local 37 easy_init(curls); in test() 39 mime = curl_mime_init(curls); in test() 44 easy_setopt(curls, CURLOPT_URL, URL); in test() 45 easy_setopt(curls, CURLOPT_HEADER, 1L); in test() 46 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test() 47 easy_setopt(curls, CURLOPT_MIMEPOST, mime); in test() 48 easy_setopt(curls, CURLOPT_NOPROGRESS, 1L); in test() 50 res = curl_easy_perform(curls); in test() 56 res = curl_easy_perform(curls); in test() [all …]
|
D | lib1540.c | 86 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_XFERINFODATA, &st); in test() [all …]
|
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() 100 if(msg && msg->msg == CURLMSG_DONE && msg->easy_handle == curls) { in do_one_request() 108 curl_multi_remove_handle(m, curls); in do_one_request() [all …]
|
D | lib1552.c | 32 CURL *curls = NULL; in test() local 46 easy_init(curls); in test() 48 easy_setopt(curls, CURLOPT_URL, URL); in test() 49 easy_setopt(curls, CURLOPT_HEADER, 1L); in test() 50 easy_setopt(curls, CURLOPT_VERBOSE, 1L); in test() 51 easy_setopt(curls, CURLOPT_USERPWD, "u:s"); in test() 53 multi_add_handle(multi, curls); in test() 86 curl_easy_cleanup(curls); in test()
|
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 | 752 Adding this feature would make curls pinning 100% compatible to HPKP and allow
|
/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/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/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|