Home
last modified time | relevance | path

Searched refs:errornum (Results 1 – 23 of 23) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_iplimit.c139 CURLcode errornum; in testMultithreadedGet() local
159 errornum = curl_easy_perform (c); in testMultithreadedGet()
160 if (CURLE_OK == errornum) in testMultithreadedGet()
228 CURLcode errornum; in testMultithreadedPoolGet() local
248 errornum = curl_easy_perform (c); in testMultithreadedPoolGet()
249 if ( ( (CURLE_OK != errornum) && (i < 2) ) || in testMultithreadedPoolGet()
250 ( (CURLE_OK == errornum) && (i == 2) ) ) in testMultithreadedPoolGet()
258 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
Dtest_get.c117 CURLcode errornum; in testInternalGet() local
141 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
145 curl_easy_strerror (errornum)); in testInternalGet()
167 CURLcode errornum; in testMultithreadedGet() local
191 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
195 curl_easy_strerror (errornum)); in testMultithreadedGet()
217 CURLcode errornum; in testMultithreadedPoolGet() local
242 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
246 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
392 CURLcode errornum; in testUnknownPortGet() local
[all …]
Dtest_get_sendfile.c123 CURLcode errornum; in testInternalGet() local
147 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
151 curl_easy_strerror (errornum)); in testInternalGet()
172 CURLcode errornum; in testMultithreadedGet() local
196 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
200 curl_easy_strerror (errornum)); in testMultithreadedGet()
221 CURLcode errornum; in testMultithreadedPoolGet() local
246 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
250 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
394 CURLcode errornum; in testUnknownPortGet() local
[all …]
Dtest_get_chunked.c162 CURLcode errornum; in testInternalGet() local
183 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
187 curl_easy_strerror (errornum)); in testInternalGet()
204 CURLcode errornum; in testMultithreadedGet() local
225 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
229 curl_easy_strerror (errornum)); in testMultithreadedGet()
246 CURLcode errornum; in testMultithreadedPoolGet() local
268 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
272 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
Dtest_post.c168 CURLcode errornum; in testInternalPost() local
197 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPost()
201 curl_easy_strerror (errornum)); in testInternalPost()
222 CURLcode errornum; in testMultithreadedPost() local
251 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPost()
255 curl_easy_strerror (errornum)); in testMultithreadedPost()
276 CURLcode errornum; in testMultithreadedPoolPost() local
306 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPost()
310 curl_easy_strerror (errornum)); in testMultithreadedPoolPost()
538 CURLcode errornum; in testMultithreadedPostCancelPart() local
[all …]
Dtest_put_chunked.c139 CURLcode errornum; in testInternalPut() local
168 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPut()
172 curl_easy_strerror (errornum)); in testInternalPut()
195 CURLcode errornum; in testMultithreadedPut() local
224 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPut()
228 curl_easy_strerror (errornum)); in testMultithreadedPut()
252 CURLcode errornum; in testMultithreadedPoolPut() local
282 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPut()
286 curl_easy_strerror (errornum)); in testMultithreadedPoolPut()
Dtest_process_headers.c155 CURLcode errornum; in testInternalGet() local
179 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
183 curl_easy_strerror (errornum)); in testInternalGet()
204 CURLcode errornum; in testMultithreadedGet() local
228 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
232 curl_easy_strerror (errornum)); in testMultithreadedGet()
253 CURLcode errornum; in testMultithreadedPoolGet() local
278 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
282 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
Dperf_get.c187 CURLcode errornum; in testInternalGet() local
218 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
222 curl_easy_strerror (errornum)); in testInternalGet()
247 CURLcode errornum; in testMultithreadedGet() local
278 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
282 curl_easy_strerror (errornum)); in testMultithreadedGet()
306 CURLcode errornum; in testMultithreadedPoolGet() local
338 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
342 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
Dtest_put.c129 CURLcode errornum; in testInternalPut() local
158 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPut()
162 curl_easy_strerror (errornum)); in testInternalPut()
185 CURLcode errornum; in testMultithreadedPut() local
214 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPut()
218 curl_easy_strerror (errornum)); in testMultithreadedPut()
242 CURLcode errornum; in testMultithreadedPoolPut() local
272 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPut()
276 curl_easy_strerror (errornum)); in testMultithreadedPoolPut()
Dtest_postform.c180 CURLcode errornum; in testInternalPost() local
209 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPost()
213 curl_easy_strerror (errornum)); in testInternalPost()
236 CURLcode errornum; in testMultithreadedPost() local
265 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPost()
269 curl_easy_strerror (errornum)); in testMultithreadedPost()
292 CURLcode errornum; in testMultithreadedPoolPost() local
322 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPost()
326 curl_easy_strerror (errornum)); in testMultithreadedPoolPost()
Dtest_large_put.c149 CURLcode errornum; in testInternalPut() local
181 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPut()
185 curl_easy_strerror (errornum)); in testInternalPut()
207 CURLcode errornum; in testMultithreadedPut() local
239 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPut()
243 curl_easy_strerror (errornum)); in testMultithreadedPut()
268 CURLcode errornum; in testMultithreadedPoolPut() local
301 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPut()
305 curl_easy_strerror (errornum)); in testMultithreadedPoolPut()
Dtest_post_loop.c116 CURLcode errornum; in testInternalPost() local
151 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPost()
155 curl_easy_strerror (errornum)); in testInternalPost()
180 CURLcode errornum; in testMultithreadedPost() local
215 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPost()
219 curl_easy_strerror (errornum)); in testMultithreadedPost()
244 CURLcode errornum; in testMultithreadedPoolPost() local
280 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPost()
284 curl_easy_strerror (errornum)); in testMultithreadedPoolPost()
Dtest_timeout.c170 CURLcode errornum; in testWithoutTimeout() local
202 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testWithoutTimeout()
225 CURLcode errornum; in testWithTimeout() local
257 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testWithTimeout()
261 if (errornum == CURLE_GOT_NOTHING) in testWithTimeout()
Dtest_quiesce.c188 CURLcode errornum; in testGet() local
210 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testGet()
214 curl_easy_strerror (errornum)); in testGet()
241 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testGet()
245 curl_easy_strerror (errornum)); in testGet()
286 if (CURLE_OK == (errornum = curl_easy_perform (c))) in testGet()
Dtest_urlparse.c132 CURLcode errornum; in testInternalGet() local
156 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
160 curl_easy_strerror (errornum)); in testInternalGet()
Dtest_digestauth_with_arguments.c131 CURLcode errornum; in testDigestAuth() local
208 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testDigestAuth()
212 curl_easy_strerror (errornum)); in testDigestAuth()
Dtest_digestauth.c132 CURLcode errornum; in testDigestAuth() local
209 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testDigestAuth()
213 curl_easy_strerror (errornum)); in testDigestAuth()
Dperf_get_concurrent.c167 CURLcode errornum; in do_gets() local
201 if (CURLE_OK != (errornum = curl_easy_perform (c))) in do_gets()
205 curl_easy_strerror (errornum)); in do_gets()
Dtest_concurrent_stop.c106 CURLcode errornum; in do_gets() local
140 if (CURLE_OK != (errornum = curl_easy_perform (c))) in do_gets()
/external/libmicrohttpd/src/testcurl/https/
Dtls_test_common.c73 CURLcode errornum; in test_daemon_get() local
115 if (CURLE_OK != (errornum = curl_easy_perform (c))) in test_daemon_get()
118 curl_easy_strerror (errornum)); in test_daemon_get()
121 return errornum; in test_daemon_get()
214 CURLcode errornum; in send_curl_req() local
244 if (CURLE_OK != (errornum = curl_easy_perform (c))) in send_curl_req()
247 curl_easy_strerror (errornum)); in send_curl_req()
249 return errornum; in send_curl_req()
Dtest_https_sni.c185 CURLcode errornum; in do_get() local
222 if (CURLE_OK != (errornum = curl_easy_perform (c))) in do_get()
225 curl_easy_strerror (errornum)); in do_get()
229 return errornum; in do_get()
Dtest_https_session_info.c98 CURLcode errornum; in test_query_session() local
148 if (CURLE_OK != (errornum = curl_easy_perform (c))) in test_query_session()
151 curl_easy_strerror (errornum)); in test_query_session()
/external/libmicrohttpd/src/testzzuf/
Dtest_put_chunked.c183 CURLcode errornum; in testMultithreadedPut() local
212 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPut()
216 curl_easy_strerror (errornum)); in testMultithreadedPut()