Home
last modified time | relevance | path

Searched refs:CURLM_OK (Results 1 – 25 of 46) sorted by relevance

12

/third_party/curl/tests/libtest/
Dtest.h201 if((ec = curl_multi_setopt((A), (B), (C))) != CURLM_OK) { \
225 if((ec = curl_multi_add_handle((A), (B))) != CURLM_OK) { \
249 if((ec = curl_multi_remove_handle((A), (B))) != CURLM_OK) { \
274 if((ec = curl_multi_perform((A), (B))) != CURLM_OK) { \
304 if((ec = curl_multi_fdset((A), (B), (C), (D), (E))) != CURLM_OK) { \
334 if((ec = curl_multi_timeout((A), (B))) != CURLM_OK) { \
364 if((ec = curl_multi_poll((A), (B), (C), (D), (E))) != CURLM_OK) { \
394 if((ec = curl_multi_wakeup((A))) != CURLM_OK) { \
Dlib670.c189 if(!still_running || mres != CURLM_OK) in test()
225 if(mres != CURLM_OK) in test()
Dlib1500.c59 if(res != CURLM_OK) { in test()
Dlib1552.c62 if(res != CURLM_OK) { in test()
Dlib1553.c84 if(res != CURLM_OK) { in test()
Dlib1531.c98 if(mc != CURLM_OK) { in test()
/third_party/curl/lib/
Dmulti.c352 return CURLM_OK; in multi_addmsg()
537 return CURLM_OK; in curl_multi_add_handle()
733 return CURLM_OK; /* it is already removed so let's say it is fine! */ in curl_multi_remove_handle()
862 return CURLM_OK; in curl_multi_remove_handle()
1075 return CURLM_OK; in curl_multi_fdset()
1393 return CURLM_OK;
1429 return CURLM_OK;
1460 return CURLM_OK;
1740 rc = CURLM_OK;
2056 rc = CURLM_OK;
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_callback.c123 if (mret != CURLM_OK) in main()
141 if (mret != CURLM_OK) in main()
Dtest_process_arguments.c163 if (mret != CURLM_OK) in testExternalGet()
179 if (mret != CURLM_OK) in testExternalGet()
Dtest_parse_cookies.c164 if (mret != CURLM_OK) in testExternalGet()
180 if (mret != CURLM_OK) in testExternalGet()
Dtest_post_loop.c364 if (mret != CURLM_OK) in testExternalPost()
381 if (mret != CURLM_OK) in testExternalPost()
399 if ((CURLM_OK == curl_multi_timeout (multi, &ctimeout)) && in testExternalPost()
Dtest_get_chunked.c330 if (mret != CURLM_OK) in testExternalGet()
346 if (mret != CURLM_OK) in testExternalGet()
Dtest_quiesce.c340 if (mret != CURLM_OK) in testExternalGet()
358 if (mret != CURLM_OK) in testExternalGet()
Dtest_put_chunked.c360 if (mret != CURLM_OK) in testExternalPut()
376 if (mret != CURLM_OK) in testExternalPut()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_empty_response.c127 if (mret != CURLM_OK) in testInternalSelectGet()
142 if (mret != CURLM_OK) in testInternalSelectGet()
Dtest_https_get_select.c139 if (mret != CURLM_OK) in testExternalGet()
154 if (mret != CURLM_OK) in testExternalGet()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c489 if(CURLM_OK != (ret = curl_multi_remove_handle(multi_handle, proxy->curl_handle))) in cleanup()
952 if(CURLM_OK != (ret = curl_multi_add_handle(multi_handle, proxy->curl_handle))) in standard_request_handler()
960 if(CURLM_OK != (ret = curl_multi_perform(multi_handle, &still_running)) in standard_request_handler()
1091 if(CURLM_OK != (ret_curl = curl_multi_timeout(multi_handle, &timeout_curl))) in run()
1110 if(CURLM_OK != (ret = curl_multi_fdset(multi_handle, &rs, in run()
1144 if(CURLM_OK != (ret = curl_multi_perform(multi_handle, &still_running)) in run()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_get_chunked.c253 if (mret != CURLM_OK) in testExternalGet()
270 if (mret != CURLM_OK) in testExternalGet()
Dtest_get.c236 if (mret != CURLM_OK) in testExternalGet()
253 if (mret != CURLM_OK) in testExternalGet()
Dtest_put_chunked.c294 if (mret != CURLM_OK) in testExternalPut()
311 if (mret != CURLM_OK) in testExternalPut()
Dtest_put.c283 if (mret != CURLM_OK) in testExternalPut()
300 if (mret != CURLM_OK) in testExternalPut()
Dtest_put_large.c301 if (mret != CURLM_OK) in testExternalPut()
318 if (mret != CURLM_OK) in testExternalPut()
Dtest_post.c314 if (mret != CURLM_OK) in testExternalPost()
331 if (mret != CURLM_OK) in testExternalPost()
Dtest_post_form.c328 if (mret != CURLM_OK) in testExternalPost()
346 if (mret != CURLM_OK) in testExternalPost()
/third_party/curl/docs/examples/
Dmulti-legacy.c109 if(mc != CURLM_OK) { in main()

12