/external/curl/tests/libtest/ |
D | lib536.c | 81 CURL *easy = NULL; in test() local 90 easy_init(easy); in test() 94 easy_setopt(easy, CURLOPT_WRITEFUNCTION, fwrite); in test() 95 easy_setopt(easy, CURLOPT_FAILONERROR, 1L); in test() 96 easy_setopt(easy, CURLOPT_URL, URL); in test() 98 res_multi_add_handle(multi, easy); in test() 110 curl_multi_remove_handle(multi, easy); in test() 112 curl_easy_reset(easy); in test() 114 easy_setopt(easy, CURLOPT_FAILONERROR, 1L); in test() 115 easy_setopt(easy, CURLOPT_URL, libtest_arg2); in test() [all …]
|
D | lib1502.c | 44 CURL *easy = NULL; in test() local 71 easy_init(easy); in test() 73 easy_setopt(easy, CURLOPT_URL, URL); in test() 74 easy_setopt(easy, CURLOPT_HEADER, 1L); in test() 75 easy_setopt(easy, CURLOPT_RESOLVE, dns_cache_list); in test() 79 multi_add_handle(multi, easy); in test() 116 curl_easy_cleanup(easy); in test() 122 curl_multi_remove_handle(multi, easy); in test() 124 curl_easy_cleanup(easy); in test() 130 curl_easy_cleanup(easy); in test() [all …]
|
D | libntlmconnect.c | 36 static CURL *easy[MAX_EASY_HANDLES]; variable 42 ssize_t idx = ((CURL **) data) - easy; in callback() 62 code = curl_easy_getinfo(easy[idx], CURLINFO_LASTSOCKET, &longdata); in callback() 117 easy[i] = NULL; in test() 146 easy_init(easy[num_handles]); in test() 150 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test() 154 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC); in test() 156 easy_setopt(easy[num_handles], CURLOPT_FRESH_CONNECT, 1L); in test() 157 easy_setopt(easy[num_handles], CURLOPT_URL, full_url); in test() 158 easy_setopt(easy[num_handles], CURLOPT_VERBOSE, 1L); in test() [all …]
|
D | lib597.c | 53 CURL *easy = NULL; in test() local 68 easy_init(easy); in test() 74 easy_setopt(easy, CURLOPT_VERBOSE, 1L); in test() 77 easy_setopt(easy, CURLOPT_URL, URL); in test() 81 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 1L); in test() 85 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 0L); in test() 86 easy_setopt(easy, CURLOPT_NOBODY, 1L); in test() 87 easy_setopt(easy, CURLOPT_FORBID_REUSE, 1L); in test() 90 multi_add_handle(multi, easy); in test() 139 multi_remove_handle(multi, easy); in test() [all …]
|
D | lib591.c | 40 CURL *easy = NULL; in test() local 66 easy_init(easy); in test() 69 easy_setopt(easy, CURLOPT_VERBOSE, 1L); in test() 72 easy_setopt(easy, CURLOPT_URL, URL); in test() 75 easy_setopt(easy, CURLOPT_UPLOAD, 1L); in test() 78 easy_setopt(easy, CURLOPT_READDATA, upload); in test() 81 easy_setopt(easy, CURLOPT_FTPPORT, "-"); in test() 84 easy_setopt(easy, CURLOPT_ACCEPTTIMEOUT_MS, in test() 89 multi_add_handle(multi, easy); in test() 142 curl_easy_cleanup(easy); in test()
|
D | lib1531.c | 35 CURL *easy; in test() local 42 easy = curl_easy_init(); in test() 48 curl_multi_add_handle(multi_handle, easy); in test() 51 curl_easy_setopt(easy, CURLOPT_URL, URL); in test() 52 curl_easy_setopt(easy, CURLOPT_POSTFIELDSIZE_LARGE, in test() 54 curl_easy_setopt(easy, CURLOPT_POSTFIELDS, testData); in test() 140 curl_easy_cleanup(easy); in test()
|
D | lib543.c | 34 CURL *easy; in test() local 39 if((easy = curl_easy_init()) == NULL) { in test() 46 s = curl_easy_escape(easy, (char *)a, asize); in test() 54 curl_easy_cleanup(easy); in test()
|
/external/curl/docs/examples/ |
D | ghiper.c | 79 CURL *easy; member 88 CURL *easy; member 123 CURL *easy; in check_multi_info() local 129 easy = msg->easy_handle; in check_multi_info() 131 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn); in check_multi_info() 132 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info() 134 curl_multi_remove_handle(g->multi, easy); in check_multi_info() 136 curl_easy_cleanup(easy); in check_multi_info() 218 f->easy = e; in setsock() 226 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock() argument [all …]
|
D | asiohiper.cpp | 72 CURL *easy; member 156 CURL *easy; in check_multi_info() local 165 easy = msg->easy_handle; in check_multi_info() 167 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn); in check_multi_info() 168 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info() 170 curl_multi_remove_handle(g->multi, easy); in check_multi_info() 172 curl_easy_cleanup(easy); in check_multi_info() 267 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock() argument 272 setsock(fdp, s, easy, action, g); in addsock() 405 conn->easy = curl_easy_init(); in new_conn() [all …]
|
D | evhiperfifo.c | 96 CURL *easy; member 107 CURL *easy; member 179 CURL *easy; in check_multi_info() local 185 easy = msg->easy_handle; in check_multi_info() 187 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn); in check_multi_info() 188 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info() 190 curl_multi_remove_handle(g->multi, easy); in check_multi_info() 192 curl_easy_cleanup(easy); in check_multi_info() 255 f->easy = e; in setsock() 267 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock() argument [all …]
|
D | hiperfifo.c | 92 CURL *easy; member 103 CURL *easy; member 159 CURL *easy; in check_multi_info() local 165 easy = msg->easy_handle; in check_multi_info() 167 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn); in check_multi_info() 168 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info() 170 curl_multi_remove_handle(g->multi, easy); in check_multi_info() 172 curl_easy_cleanup(easy); in check_multi_info() 241 f->easy = e; in setsock() 252 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock() argument [all …]
|
D | http2-serverpush.c | 158 CURL *easy, in server_push_callback() argument 178 curl_easy_setopt(easy, CURLOPT_WRITEDATA, out); in server_push_callback() 203 CURL *easy; in main() local 212 easy = curl_easy_init(); in main() 215 setup(easy); in main() 218 curl_multi_add_handle(multi_handle, easy); in main()
|
D | http2-download.c | 186 CURL *easy[NUM_HANDLES]; in main() local 202 easy[i] = curl_easy_init(); in main() 204 setup(easy[i], i); in main() 207 curl_multi_add_handle(multi_handle, easy[i]); in main() 289 curl_easy_cleanup(easy[i]); in main()
|
D | http2-upload.c | 242 CURL *easy[NUM_HANDLES]; in main() local 263 easy[i] = curl_easy_init(); in main() 265 setup(easy[i], i, filename); in main() 268 curl_multi_add_handle(multi_handle, easy[i]); in main() 353 curl_easy_cleanup(easy[i]); in main()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-load-01.ll | 8 define i32 @f1(i32 %easy, i32 *%ptr, i32 %limit) { 15 %res = select i1 %cond, i32 %easy, i32 %other 20 define i32 @f2(i32 %easy, i32 *%ptr, i32 %limit) { 27 %res = select i1 %cond, i32 %other, i32 %easy 32 define i32 @f3(i32 %easy, i32 *%base, i32 %limit) { 40 %res = select i1 %cond, i32 %easy, i32 %other 45 define i32 @f4(i32 %easy, i32 *%base, i32 %limit) { 54 %res = select i1 %cond, i32 %easy, i32 %other 59 define i32 @f5(i32 %easy, i32 *%base, i32 %limit) { 67 %res = select i1 %cond, i32 %easy, i32 %other [all …]
|
D | cond-load-02.ll | 8 define i64 @f1(i64 %easy, i64 *%ptr, i64 %limit) { 15 %res = select i1 %cond, i64 %easy, i64 %other 20 define i64 @f2(i64 %easy, i64 *%ptr, i64 %limit) { 27 %res = select i1 %cond, i64 %other, i64 %easy 32 define i64 @f3(i64 %easy, i64 *%base, i64 %limit) { 40 %res = select i1 %cond, i64 %easy, i64 %other 45 define i64 @f4(i64 %easy, i64 *%base, i64 %limit) { 54 %res = select i1 %cond, i64 %easy, i64 %other 59 define i64 @f5(i64 %easy, i64 *%base, i64 %limit) { 67 %res = select i1 %cond, i64 %easy, i64 %other [all …]
|
/external/curl/tests/unit/ |
D | unit1600.c | 27 CURL *easy; variable 31 easy = curl_easy_init(); in unit_setup() 37 curl_easy_cleanup(easy); in unit_stop() 46 Curl_ntlm_core_mk_nt_hash(easy, "1", output); 52 Curl_ntlm_core_mk_nt_hash(easy, "hello-you-fool", output); 59 …Curl_ntlm_core_mk_nt_hash(easy, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
|
D | unit1605.c | 37 CURL *easy = curl_easy_init(); variable 41 esc = curl_easy_escape(easy, "", -1); 44 esc = curl_easy_unescape(easy, "%41%41%41%41", -1, &len); 47 curl_easy_cleanup(easy);
|
/external/curl/src/ |
D | tool_main.c | 153 config->easy = curl_easy_init(); in main_init() 154 if(config->easy) { in main_init() 157 config->first->easy = config->easy; in main_init() 206 curl_easy_cleanup(config->easy); in main_free() 207 config->easy = NULL; in main_free()
|
D | tool_cfgable.h | 33 CURL *easy; /* A copy of the handle from GlobalConfig */ member 244 CURL *easy; /* Once we have one, we keep it here */ member
|
/external/curl/docs/libcurl/ |
D | Makefile.am | 36 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.3 \ 57 libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \ 78 libcurl-multi.pdf libcurl-easy.pdf libcurl-share.pdf \ 119 TESTS = check-easy check-multi 124 check-easy: $(srcdir)/curl_easy_setopt.3 $(srcdir)/opts/CURLOPT*.3
|
/external/libvncserver/ |
D | LibVNCServer.spec.in | 5 Summary: a library to make writing a vnc server easy 14 exporting a framebuffer via the Remote Frame Buffer protocol) easy. 46 into a versatile and performant while still easy to use program.
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | PATCH2 | 11 it very easy to automatically test the app through adb. Not all compiler 12 problems will be this easy to test, and may require manual testing from
|
/external/curl/lib/ |
D | easyif.h | 29 CURL_EXTERN CURLcode curl_easy_perform_ev(struct Curl_easy *easy);
|
/external/protobuf/conformance/ |
D | README.md | 10 to be easy to run against any Protocol Buffers implementation. 35 This is designed to be as easy as possible: the C++ version is only
|