Home
last modified time | relevance | path

Searched refs:aresx_FD_ISSET (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_nowarn.h36 int aresx_FD_ISSET(int fd, fd_set *fdset);
48 # define FD_ISSET(a,b) aresx_FD_ISSET((a),(b))
Dares_nowarn.c212 int aresx_FD_ISSET(int fd, fd_set *fdset) in aresx_FD_ISSET() function