Home
last modified time | relevance | path

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

123456789

/external/curl/tests/libtest/
Dlib572.c84 res = curl_easy_perform(curl); in test()
114 res = curl_easy_perform(curl); in test()
132 res = curl_easy_perform(curl); in test()
150 res = curl_easy_perform(curl); in test()
167 res = curl_easy_perform(curl); in test()
Dlib571.c147 res = curl_easy_perform(curl); in test()
162 res = curl_easy_perform(curl); in test()
177 res = curl_easy_perform(curl); in test()
191 res = curl_easy_perform(curl); in test()
201 res = curl_easy_perform(curl); in test()
Dlib568.c96 res = curl_easy_perform(curl); in test()
115 res = curl_easy_perform(curl); in test()
141 res = curl_easy_perform(curl); in test()
161 res = curl_easy_perform(curl); in test()
Dlib570.c67 res = curl_easy_perform(curl); in test()
88 res = curl_easy_perform(curl); in test()
103 res = curl_easy_perform(curl); in test()
Dlib569.c71 res = curl_easy_perform(curl); in test()
93 res = curl_easy_perform(curl); in test()
111 res = curl_easy_perform(curl); in test()
Dlib1551.c39 res = curl_easy_perform(curl); in test()
42 res = curl_easy_perform(curl); in test()
Dlib519.c49 res = curl_easy_perform(curl); in test()
54 res = curl_easy_perform(curl); in test()
Dlib574.c56 res = curl_easy_perform(curl); in test()
61 res = curl_easy_perform(curl); in test()
Dlib653.c50 res = curl_easy_perform(curls); in test()
56 res = curl_easy_perform(curls); in test()
Dlib1511.c43 res = curl_easy_perform(curl); in test()
56 res = curl_easy_perform(curl); in test()
Dlib598.c50 res = curl_easy_perform(curl); in test()
62 res = curl_easy_perform(curl); in test()
Dlib539.c52 res = curl_easy_perform(curl); in test()
81 res = curl_easy_perform(curl); in test()
Dlib541.c100 res = curl_easy_perform(curl); in test()
104 res = curl_easy_perform(curl); in test()
Dlib575.c56 res = curl_easy_perform(handle); in test()
60 res = curl_easy_perform(handle); in test()
Dlib655.c82 res = curl_easy_perform(curl); in test()
94 res = curl_easy_perform(curl); in test()
Dlib654.c139 result = curl_easy_perform(easy); in test()
148 result = curl_easy_perform(easy2); in test()
Dlib586.c116 code = curl_easy_perform(curl); in fire()
216 curl_easy_perform(curl); in test()
/external/curl/docs/examples/
Dpersistent.c46 res = curl_easy_perform(curl); in main()
57 res = curl_easy_perform(curl); in main()
Dimap-store.c57 res = curl_easy_perform(curl); in main()
69 res = curl_easy_perform(curl); in main()
Dcookie_interface.c77 res = curl_easy_perform(curl); in main()
125 res = curl_easy_perform(curl); in main()
Dsftpuploadresume.c63 result = curl_easy_perform(curlHandlePtr); in sftpGetRemoteFileSize()
107 result = curl_easy_perform(curlhandle); in sftpResumeUpload()
Dftpuploadresume.c119 r = curl_easy_perform(curlhandle); in upload()
134 r = curl_easy_perform(curlhandle); in upload()
Dusercertinmem.c202 rv = curl_easy_perform(ch); in main()
215 rv = curl_easy_perform(ch); in main()
Dcacertinmem.c153 rv = curl_easy_perform(ch); in main()
175 rv = curl_easy_perform(ch); in main()
/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()

123456789