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/
asiohiper.cpp 211 if(action == CURL_POLL_OUT) {
270 else if(act == CURL_POLL_OUT) {
272 if(oldact != CURL_POLL_OUT && oldact != CURL_POLL_INOUT) {
275 CURL_POLL_OUT, _1, fdp));
285 if(oldact != CURL_POLL_OUT && oldact != CURL_POLL_INOUT) {
288 CURL_POLL_OUT, _1, fdp));
multi-uv.c 181 case CURL_POLL_OUT:
190 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 223 (act&CURL_POLL_IN?G_IO_IN:0)|(act&CURL_POLL_OUT?G_IO_OUT:0);
261 what&CURL_POLL_OUT?"WRITE":"");
hiperfifo.c 245 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
  /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/tests/libtest/
lib582.c 116 if(action == CURL_POLL_OUT || action == CURL_POLL_INOUT)
  /external/curl/lib/
easy.c 443 if(pollmask & CURL_POLL_OUT)
491 what&CURL_POLL_OUT?"OUT":"");
515 what&CURL_POLL_OUT?"OUT":"");
multi.c     [all...]
  /external/libbrillo/brillo/http/
http_transport_curl.cc 367 case CURL_POLL_OUT:

Completed in 439 milliseconds