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

  /external/google-breakpad/src/third_party/curl/
multi.h 227 #define CURL_CSELECT_IN 0x01
  /external/curl/docs/examples/
multi-uv.c 145 flags |= CURL_CSELECT_IN;
hiperfifo.c 187 (kind & EV_READ ? CURL_CSELECT_IN : 0) |
ghiper.c 177 (condition & G_IO_IN ? CURL_CSELECT_IN : 0) |
  /external/curl/include/curl/
multi.h 264 #define CURL_CSELECT_IN 0x01
  /external/curl/lib/
select.c 141 * CURL_CSELECT_IN - first socket is readable
236 ret |= CURL_CSELECT_IN;
350 ret |= CURL_CSELECT_IN;
easy.c 465 omask |= CURL_CSELECT_IN;
rtsp.c 159 else if((sval & CURL_CSELECT_IN) && check->data) {
sendf.c 140 if(readymask != -1 && (readymask & CURL_CSELECT_IN) != 0) {
transfer.c     [all...]
ssh.c     [all...]
ftp.c 471 else if(result & CURL_CSELECT_IN) {
    [all...]
  /external/curl/tests/libtest/
lib582.c 326 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read");
  /external/libbrillo/brillo/http/
http_transport_curl.cc 53 OnSocketReady(fd, CURL_CSELECT_IN);

Completed in 963 milliseconds