/external/curl/docs/examples/ |
D | multi-double.c | 43 http_handle = curl_easy_init(); in main() 44 http_handle2 = curl_easy_init(); in main()
|
D | simple.c | 30 curl = curl_easy_init(); in main()
|
/external/curl/tests/libtest/ |
D | lib506.c | 136 if ((curl = curl_easy_init()) == NULL) { in fire() 232 if ((curl = curl_easy_init()) == NULL) { in test() 278 if ((curl = curl_easy_init()) == NULL) { in test() 305 if ((curl = curl_easy_init()) == NULL) { in test()
|
D | libauthretry.c | 104 if ((curl = curl_easy_init()) == NULL) { in test() 124 if ((curl = curl_easy_init()) == NULL) { in test()
|
D | lib586.c | 104 if ((curl = curl_easy_init()) == NULL) { in fire() 199 if ((curl = curl_easy_init()) == NULL) { in test()
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 101 CURL* (*curl_easy_init)(void); in SendRequest() local 102 *(void**) (&curl_easy_init) = dlsym(curl_lib, "curl_easy_init"); in SendRequest() 103 CURL *curl = (*curl_easy_init)(); in SendRequest()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_get.c | 126 c = curl_easy_init (); in testInternalGet() 176 c = curl_easy_init (); in testMultithreadedGet() 227 c = curl_easy_init (); in testMultithreadedPoolGet() 287 c = curl_easy_init (); in testExternalGet() 424 c = curl_easy_init (); in testUnknownPortGet() 567 c = curl_easy_init (); in testEmptyGet()
|
D | test_get_sendfile.c | 132 c = curl_easy_init (); in testInternalGet() 181 c = curl_easy_init (); in testMultithreadedGet() 231 c = curl_easy_init (); in testMultithreadedPoolGet() 290 c = curl_easy_init (); in testExternalGet() 426 c = curl_easy_init (); in testUnknownPortGet()
|
D | test_get_chunked.c | 171 c = curl_easy_init (); in testInternalGet() 213 c = curl_easy_init (); in testMultithreadedGet() 256 c = curl_easy_init (); in testMultithreadedPoolGet() 308 c = curl_easy_init (); in testExternalGet()
|
D | test_put_chunked.c | 149 c = curl_easy_init (); in testInternalPut() 205 c = curl_easy_init (); in testMultithreadedPut() 263 c = curl_easy_init (); in testMultithreadedPoolPut() 331 c = curl_easy_init (); in testExternalPut()
|
D | test_process_headers.c | 164 c = curl_easy_init (); in testInternalGet() 213 c = curl_easy_init (); in testMultithreadedGet() 263 c = curl_easy_init (); in testMultithreadedPoolGet() 322 c = curl_easy_init (); in testExternalGet()
|
D | perf_get.c | 203 c = curl_easy_init (); in testInternalGet() 263 c = curl_easy_init (); in testMultithreadedGet() 323 c = curl_easy_init (); in testMultithreadedPoolGet() 398 c = curl_easy_init (); in testExternalGet()
|
D | test_put.c | 139 c = curl_easy_init (); in testInternalPut() 195 c = curl_easy_init (); in testMultithreadedPut() 253 c = curl_easy_init (); in testMultithreadedPoolPut() 321 c = curl_easy_init (); in testExternalPut()
|
D | test_postform.c | 192 c = curl_easy_init (); in testInternalPost() 248 c = curl_easy_init (); in testMultithreadedPost() 305 c = curl_easy_init (); in testMultithreadedPoolPost() 371 c = curl_easy_init (); in testExternalPost()
|
D | test_post_loop.c | 130 c = curl_easy_init (); in testInternalPost() 194 c = curl_easy_init (); in testMultithreadedPost() 259 c = curl_easy_init (); in testMultithreadedPoolPost() 342 c = curl_easy_init (); in testExternalPost()
|
D | test_large_put.c | 162 c = curl_easy_init (); in testInternalPut() 220 c = curl_easy_init (); in testMultithreadedPut() 282 c = curl_easy_init (); in testMultithreadedPoolPut() 353 c = curl_easy_init (); in testExternalPut()
|
D | test_post.c | 179 c = curl_easy_init (); in testInternalPost() 233 c = curl_easy_init (); in testMultithreadedPost() 288 c = curl_easy_init (); in testMultithreadedPoolPost() 352 c = curl_easy_init (); in testExternalPost() 563 c = curl_easy_init (); in testMultithreadedPostCancelPart()
|
/external/curl/docs/libcurl/ |
D | Makefile.am | 27 man_MANS = curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \ 46 curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html \ 66 curl_easy_init.pdf curl_easy_perform.pdf curl_easy_setopt.pdf \
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_get.c | 115 c = curl_easy_init (); in testInternalGet() 159 c = curl_easy_init (); in testMultithreadedGet() 220 c = curl_easy_init (); in testExternalGet()
|
D | test_get_chunked.c | 141 c = curl_easy_init (); in testInternalGet() 182 c = curl_easy_init (); in testMultithreadedGet() 240 c = curl_easy_init (); in testExternalGet()
|
D | test_put_chunked.c | 146 c = curl_easy_init (); in testInternalPut() 193 c = curl_easy_init (); in testMultithreadedPut() 272 c = curl_easy_init (); in testExternalPut()
|
D | test_post.c | 171 c = curl_easy_init (); in testInternalPost() 223 c = curl_easy_init (); in testMultithreadedPost() 293 c = curl_easy_init (); in testExternalPost()
|
D | test_put_large.c | 155 c = curl_easy_init (); in testInternalPut() 207 c = curl_easy_init (); in testMultithreadedPut() 278 c = curl_easy_init (); in testExternalPut()
|
D | test_put.c | 140 c = curl_easy_init (); in testInternalPut() 191 c = curl_easy_init (); in testMultithreadedPut() 260 c = curl_easy_init (); in testExternalPut()
|
D | test_long_header.c | 122 c = curl_easy_init (); in testLongUrlGet() 182 c = curl_easy_init (); in testLongHeaderGet()
|