Home
last modified time | relevance | path

Searched refs:curl_easy_perform (Results 1 – 25 of 200) sorted by relevance

12345678

/external/curl/tests/libtest/
Dlib572.c82 res = curl_easy_perform(curl); in test()
111 res = curl_easy_perform(curl); in test()
128 res = curl_easy_perform(curl); in test()
145 res = curl_easy_perform(curl); in test()
161 res = curl_easy_perform(curl); in test()
Dlib571.c143 res = curl_easy_perform(curl); in test()
157 res = curl_easy_perform(curl); in test()
171 res = curl_easy_perform(curl); in test()
184 res = curl_easy_perform(curl); in test()
194 res = curl_easy_perform(curl); in test()
Dlib568.c94 res = curl_easy_perform(curl); in test()
112 res = curl_easy_perform(curl); in test()
136 res = curl_easy_perform(curl); in test()
155 res = curl_easy_perform(curl); in test()
Dlib570.c65 res = curl_easy_perform(curl); in test()
85 res = curl_easy_perform(curl); in test()
99 res = curl_easy_perform(curl); in test()
Dlib569.c70 res = curl_easy_perform(curl); in test()
90 res = curl_easy_perform(curl); in test()
107 res = curl_easy_perform(curl); in test()
Dlib519.c48 res = curl_easy_perform(curl); in test()
53 res = curl_easy_perform(curl); in test()
Dlib574.c53 res = curl_easy_perform(curl); in test()
58 res = curl_easy_perform(curl); in test()
Dlib1511.c43 res = curl_easy_perform(curl); in test()
56 res = curl_easy_perform(curl); in test()
Dlib598.c49 res = curl_easy_perform(curl); in test()
61 res = curl_easy_perform(curl); in test()
Dlib539.c51 res = curl_easy_perform(curl); in test()
81 res = curl_easy_perform(curl); in test()
Dlib575.c56 res = curl_easy_perform(handle); in test()
60 res = curl_easy_perform(handle); in test()
Dlib541.c102 res = curl_easy_perform(curl); in test()
106 res = curl_easy_perform(curl); in test()
Dlib586.c116 code = curl_easy_perform(curl); in fire()
212 curl_easy_perform( curl ); in test()
/external/curl/docs/examples/
Dpersistant.c42 res = curl_easy_perform(curl); in main()
53 res = curl_easy_perform(curl); in main()
Dimap-store.c51 res = curl_easy_perform(curl); in main()
63 res = curl_easy_perform(curl); in main()
Dcookie_interface.c72 res = curl_easy_perform(curl); in main()
116 res = curl_easy_perform(curl); in main()
Dcacertinmem.c135 rv=curl_easy_perform(ch); in main()
146 rv=curl_easy_perform(ch); in main()
Dusercertinmem.c200 rv = curl_easy_perform(ch); in main()
213 rv = curl_easy_perform(ch); in main()
Dftpuploadresume.c133 r = curl_easy_perform(curlhandle); in upload()
148 r = curl_easy_perform(curlhandle); in upload()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc163 CURLcode (*curl_easy_perform)(CURL *); in SendRequest() local
164 *(void**) (&curl_easy_perform) = dlsym(curl_lib, "curl_easy_perform"); in SendRequest()
165 err_code = (*curl_easy_perform)(curl); in SendRequest()
/external/curl/docs/libcurl/
DMakefile.am28 curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.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/testcurl/
Dtest_get.c141 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
191 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
242 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
439 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testUnknownPortGet()
585 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testEmptyGet()
Dtest_get_sendfile.c147 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
196 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
246 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
441 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testUnknownPortGet()
Dtest_get_chunked.c183 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
225 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
268 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
/external/libmicrohttpd/src/testzzuf/
Dtest_long_header.c142 curl_easy_perform (c); in testLongUrlGet()
205 curl_easy_perform (c); in testLongHeaderGet()

12345678