HomeSort by relevance Sort by last modified time
    Searched refs:CURL_POLL_OUT (Results 1 - 11 of 11) sorted by null

  /external/curl/docs/examples/
multi-uv.c 177 case CURL_POLL_OUT:
186 if(action != CURL_POLL_OUT)
evhiperfifo.c 208 (revents&EV_WRITE?CURL_POLL_OUT:0);
251 int kind = (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0);
ghiper.c 214 (act&CURL_POLL_IN?G_IO_IN:0)|(act&CURL_POLL_OUT?G_IO_OUT:0);
252 what&CURL_POLL_OUT?"WRITE":"");
hiperfifo.c 237 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
asiohiper.cpp 248 else if (act == CURL_POLL_OUT)
  /external/google-breakpad/src/third_party/curl/
multi.h 221 #define CURL_POLL_OUT 2
  /external/curl/include/curl/
multi.h 258 #define CURL_POLL_OUT 2
  /external/curl/lib/
easy.c 456 if(pollmask & CURL_POLL_OUT)
504 what&CURL_POLL_OUT?"OUT":"");
528 what&CURL_POLL_OUT?"OUT":"");
multi.c     [all...]
  /external/curl/tests/libtest/
lib582.c 116 if(action == CURL_POLL_OUT || action == CURL_POLL_INOUT)
  /external/libbrillo/brillo/http/
http_transport_curl.cc 364 case CURL_POLL_OUT:

Completed in 926 milliseconds