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

  /external/google-breakpad/src/third_party/curl/
multi.h 223 #define CURL_POLL_REMOVE 4
  /external/curl/docs/examples/
multi-uv.c 194 case CURL_POLL_REMOVE:
hiperfifo.c 269 if(what == CURL_POLL_REMOVE) {
asiohiper.cpp 288 if(what == CURL_POLL_REMOVE)
evhiperfifo.c 287 if(what == CURL_POLL_REMOVE) {
ghiper.c 242 if(what == CURL_POLL_REMOVE) {
  /external/curl/include/curl/
multi.h 260 #define CURL_POLL_REMOVE 4
  /external/curl/tests/libtest/
lib582.c 119 if(action == CURL_POLL_REMOVE) {
  /external/curl/lib/
easy.c 514 if(what == CURL_POLL_REMOVE) {
539 if(what == CURL_POLL_REMOVE) {
multi.c     [all...]
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 246 EXPECT_EQ(0, socket_callback(handle_, dummy_socket_, CURL_POLL_REMOVE,
http_transport_curl.cc 344 } else if (what == CURL_POLL_REMOVE) {

Completed in 295 milliseconds