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

  /external/curl/docs/examples/
multi-uv.c 176 case CURL_POLL_IN:
184 if(action != CURL_POLL_IN)
evhiperfifo.c 207 int action = (revents&EV_READ?CURL_POLL_IN: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);
251 what&CURL_POLL_IN?"READ":"",
hiperfifo.c 237 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
asiohiper.cpp 241 if(act == CURL_POLL_IN)
  /external/google-breakpad/src/third_party/curl/
multi.h 220 #define CURL_POLL_IN 1
  /external/curl/include/curl/
multi.h 257 #define CURL_POLL_IN 1
  /external/curl/lib/
easy.c 454 if(pollmask & CURL_POLL_IN)
503 what&CURL_POLL_IN?"IN":"",
527 what&CURL_POLL_IN?"IN":"",
multi.c     [all...]
  /external/curl/tests/libtest/
lib582.c 113 if(action == CURL_POLL_IN || action == CURL_POLL_INOUT)
  /external/libbrillo/brillo/http/
http_transport_curl.cc 361 case CURL_POLL_IN:

Completed in 481 milliseconds