Home
last modified time | relevance | path

Searched refs:curl_easy_init (Results 1 – 25 of 222) sorted by relevance

123456789

/external/curl/docs/examples/
Dmulti-double.c43 http_handle = curl_easy_init(); in main()
44 http_handle2 = curl_easy_init(); in main()
Dsimple.c30 curl = curl_easy_init(); in main()
/external/curl/tests/libtest/
Dlib506.c136 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()
Dlibauthretry.c104 if ((curl = curl_easy_init()) == NULL) { in test()
124 if ((curl = curl_easy_init()) == NULL) { in test()
Dlib586.c104 if ((curl = curl_easy_init()) == NULL) { in fire()
199 if ((curl = curl_easy_init()) == NULL) { in test()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc101 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/
Dtest_get.c126 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()
Dtest_get_sendfile.c132 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()
Dtest_get_chunked.c171 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()
Dtest_put_chunked.c149 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()
Dtest_process_headers.c164 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()
Dperf_get.c203 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()
Dtest_put.c139 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()
Dtest_postform.c192 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()
Dtest_post_loop.c130 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()
Dtest_large_put.c162 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()
Dtest_post.c179 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/
DMakefile.am27 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/
Dtest_get.c115 c = curl_easy_init (); in testInternalGet()
159 c = curl_easy_init (); in testMultithreadedGet()
220 c = curl_easy_init (); in testExternalGet()
Dtest_get_chunked.c141 c = curl_easy_init (); in testInternalGet()
182 c = curl_easy_init (); in testMultithreadedGet()
240 c = curl_easy_init (); in testExternalGet()
Dtest_put_chunked.c146 c = curl_easy_init (); in testInternalPut()
193 c = curl_easy_init (); in testMultithreadedPut()
272 c = curl_easy_init (); in testExternalPut()
Dtest_post.c171 c = curl_easy_init (); in testInternalPost()
223 c = curl_easy_init (); in testMultithreadedPost()
293 c = curl_easy_init (); in testExternalPost()
Dtest_put_large.c155 c = curl_easy_init (); in testInternalPut()
207 c = curl_easy_init (); in testMultithreadedPut()
278 c = curl_easy_init (); in testExternalPut()
Dtest_put.c140 c = curl_easy_init (); in testInternalPut()
191 c = curl_easy_init (); in testMultithreadedPut()
260 c = curl_easy_init (); in testExternalPut()
Dtest_long_header.c122 c = curl_easy_init (); in testLongUrlGet()
182 c = curl_easy_init (); in testLongHeaderGet()

123456789