OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_exc
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/
libcurl_http_fetcher.cc
560
// Note that fd_exc is unused in the current version of libcurl so
is_exc
562
bool
is_exc
= FD_ISSET(fd, &fd_exc) != 0;
local
564
is_exc
|| (FD_ISSET(fd, &fd_read) != 0), // track 0 -- read
565
is_exc
|| (FD_ISSET(fd, &fd_write) != 0) // track 1 -- write
Completed in 67 milliseconds