/external/libbrillo/brillo/http/ |
D | http_transport_curl_unittest.cc | 226 .WillOnce(DoAll(SaveArg<1>(&socket_callback), Return(CURLM_OK))); in TEST_F() 231 .WillOnce(DoAll(SaveArg<1>(&timer_callback), Return(CURLM_OK))); in TEST_F() 234 .WillOnce(Return(CURLM_OK)); in TEST_F() 245 .Times(2).WillRepeatedly(Return(CURLM_OK)); in TEST_F() 254 Return(CURLM_OK))) in TEST_F() 255 .WillRepeatedly(DoAll(SetArgPointee<3>(0), Return(CURLM_OK))); in TEST_F() 270 .WillOnce(Return(CURLM_OK)); in TEST_F() 283 .WillOnce(Return(CURLM_OK)); in TEST_F()
|
D | http_transport_curl.cc | 69 if (code == CURLM_OK) in OnSocketReady() 237 if (code != CURLM_OK) { in StartAsyncTransfer() 299 if (code == CURLM_OK) { in SetupAsyncCurl() 303 if (code != CURLM_OK) { in SetupAsyncCurl()
|
D | curl_api.cc | 150 if (code != CURLM_OK) in MultiSetSocketCallback() 161 if (code != CURLM_OK) in MultiSetTimerCallback()
|
/external/curl/lib/ |
D | multi.c | 270 return CURLM_OK; in multi_addmsg() 459 return CURLM_OK; in curl_multi_add_handle() 498 return CURLM_OK; /* it is already removed so let's say it is fine! */ in curl_multi_remove_handle() 614 return CURLM_OK; in curl_multi_remove_handle() 789 return CURLM_OK; in curl_multi_fdset() 929 return CURLM_OK; in curl_multi_wait() 981 rc = CURLM_OK; in multi_runsingle() 1310 rc = CURLM_OK; in multi_runsingle() 1318 rc = CURLM_OK; in multi_runsingle() 1429 rc = CURLM_OK; in multi_runsingle() [all …]
|
D | pipeline.c | 254 return CURLM_OK; in Curl_pipeline_set_site_blacklist() 320 return CURLM_OK; in Curl_pipeline_set_server_blacklist()
|
/external/curl/tests/libtest/ |
D | test.h | 197 if((ec = curl_multi_setopt((A),(B),(C))) != CURLM_OK) { \ 221 if((ec = curl_multi_add_handle((A),(B))) != CURLM_OK) { \ 245 if((ec = curl_multi_remove_handle((A),(B))) != CURLM_OK) { \ 270 if((ec = curl_multi_perform((A),(B))) != CURLM_OK) { \ 300 if((ec = curl_multi_fdset((A),(B),(C),(D),(E))) != CURLM_OK) { \ 330 if((ec = curl_multi_timeout((A),(B))) != CURLM_OK) { \
|
D | lib1500.c | 59 if (res != CURLM_OK) { in test()
|
/external/libmicrohttpd/src/testcurl/https/ |
D | test_empty_response.c | 127 if (mret != CURLM_OK) in testInternalSelectGet() 142 if (mret != CURLM_OK) in testInternalSelectGet()
|
D | test_https_get_select.c | 139 if (mret != CURLM_OK) in testExternalGet() 154 if (mret != CURLM_OK) in testExternalGet()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_callback.c | 123 if (mret != CURLM_OK) in main() 141 if (mret != CURLM_OK) in main()
|
D | test_process_arguments.c | 163 if (mret != CURLM_OK) in testExternalGet() 179 if (mret != CURLM_OK) in testExternalGet()
|
D | test_parse_cookies.c | 164 if (mret != CURLM_OK) in testExternalGet() 180 if (mret != CURLM_OK) in testExternalGet()
|
D | test_post_loop.c | 364 if (mret != CURLM_OK) in testExternalPost() 381 if (mret != CURLM_OK) in testExternalPost() 399 if ((CURLM_OK == curl_multi_timeout (multi, &ctimeout)) && in testExternalPost()
|
D | test_get_chunked.c | 330 if (mret != CURLM_OK) in testExternalGet() 346 if (mret != CURLM_OK) in testExternalGet()
|
/external/curl/docs/examples/ |
D | multi-single.c | 77 if(mc != CURLM_OK) in main()
|
D | multi-double.c | 94 if(mc != CURLM_OK) in main()
|
D | pop3-multi.c | 116 if(mc != CURLM_OK) in main()
|
D | imap-multi.c | 116 if(mc != CURLM_OK) in main()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 489 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()
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_get_chunked.c | 253 if (mret != CURLM_OK) in testExternalGet() 270 if (mret != CURLM_OK) in testExternalGet()
|
D | test_get.c | 236 if (mret != CURLM_OK) in testExternalGet() 253 if (mret != CURLM_OK) in testExternalGet()
|
D | test_put_chunked.c | 294 if (mret != CURLM_OK) in testExternalPut() 311 if (mret != CURLM_OK) in testExternalPut()
|
D | test_post.c | 314 if (mret != CURLM_OK) in testExternalPost() 331 if (mret != CURLM_OK) in testExternalPost()
|
D | test_put.c | 283 if (mret != CURLM_OK) in testExternalPut() 300 if (mret != CURLM_OK) in testExternalPut()
|
D | test_put_large.c | 301 if (mret != CURLM_OK) in testExternalPut() 318 if (mret != CURLM_OK) in testExternalPut()
|