HomeSort by relevance Sort by last modified time
    Searched refs:CURLM_OK (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/curl/docs/examples/
multi-single.c 80 if(mc != CURLM_OK) {
multi-double.c 98 if(mc != CURLM_OK) {
imap-multi.c 123 if(mc != CURLM_OK) {
multi-post.c 118 if(mc != CURLM_OK) {
pop3-multi.c 123 if(mc != CURLM_OK) {
multi-app.c 109 if(mc != CURLM_OK) {
smtp-multi.c 190 if(mc != CURLM_OK) {
multi-debugcallback.c 182 if(mc != CURLM_OK) {
  /external/curl/tests/libtest/
lib1500.c 59 if(res != CURLM_OK) {
lib1531.c 91 if(mc != CURLM_OK) {
test.h 195 if((ec = curl_multi_setopt((A), (B), (C))) != CURLM_OK) { \
219 if((ec = curl_multi_add_handle((A), (B))) != CURLM_OK) { \
243 if((ec = curl_multi_remove_handle((A), (B))) != CURLM_OK) { \
268 if((ec = curl_multi_perform((A), (B))) != CURLM_OK) { \
298 if((ec = curl_multi_fdset((A), (B), (C), (D), (E))) != CURLM_OK) { \
328 if((ec = curl_multi_timeout((A), (B))) != CURLM_OK) { \
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 228 .WillOnce(DoAll(SaveArg<1>(&socket_callback), Return(CURLM_OK)));
233 .WillOnce(DoAll(SaveArg<1>(&timer_callback), Return(CURLM_OK)));
236 .WillOnce(Return(CURLM_OK));
251 .Times(2).WillRepeatedly(Return(CURLM_OK));
260 Return(CURLM_OK)))
261 .WillRepeatedly(DoAll(SetArgPointee<3>(0), Return(CURLM_OK)));
276 .WillOnce(Return(CURLM_OK));
289 .WillOnce(Return(CURLM_OK));
curl_api.cc 150 if (code != CURLM_OK)
161 if (code != CURLM_OK)
http_transport_curl.cc 69 if (code == CURLM_OK)
237 if (code != CURLM_OK) {
299 if (code == CURLM_OK) {
303 if (code != CURLM_OK) {
  /external/libmicrohttpd/src/testcurl/https/
test_empty_response.c 127 if (mret != CURLM_OK)
142 if (mret != CURLM_OK)
test_https_get_select.c 139 if (mret != CURLM_OK)
154 if (mret != CURLM_OK)
  /external/libmicrohttpd/src/testcurl/
test_callback.c 123 if (mret != CURLM_OK)
141 if (mret != CURLM_OK)
test_parse_cookies.c 164 if (mret != CURLM_OK)
180 if (mret != CURLM_OK)
test_process_arguments.c 163 if (mret != CURLM_OK)
179 if (mret != CURLM_OK)
test_post_loop.c 364 if (mret != CURLM_OK)
381 if (mret != CURLM_OK)
399 if ((CURLM_OK == curl_multi_timeout (multi, &ctimeout)) &&
  /external/curl/lib/
multi.c 286 return CURLM_OK;
476 return CURLM_OK;
674 return CURLM_OK; /* it is already removed so let's say it is fine! */
791 return CURLM_OK;
970 return CURLM_OK;
    [all...]
  /external/google-breakpad/src/third_party/curl/
multi.h 61 CURLM_OK,
  /external/libmicrohttpd/src/testzzuf/
test_get.c 236 if (mret != CURLM_OK)
253 if (mret != CURLM_OK)
test_get_chunked.c 253 if (mret != CURLM_OK)
270 if (mret != CURLM_OK)
  /external/curl/include/curl/
multi.h 64 CURLM_OK,

Completed in 1096 milliseconds

1 2 3