Searched refs:fd_exc (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dlibcurl_http_fetcher.cc598 fd_set fd_exc; local
602 FD_ZERO(&fd_exc);
609 &fd_exc, &fd_max), CURLM_OK);
623 // Note that fd_exc is unused in the current version of libcurl so is_exc
625 bool is_exc = FD_ISSET(fd, &fd_exc) != 0;

Completed in 34 milliseconds