adns_afterpoll ( adns_state ads, struct pollfd const* fds, int nfds, struct timeval const* now )
4th parameter 'now' (pointer) has base type 'struct timeval'.
adns_afterselect ( adns_state ads, int maxfd, struct fd_set const* readfds, struct fd_set const* writefds, struct fd_set const* exceptfds, struct timeval const* now )
6th parameter 'now' (pointer) has base type 'struct timeval'.
adns_beforepoll ( adns_state ads, struct pollfd* fds, int* nfds_io, int* timeout_io, struct timeval const* now )
5th parameter 'now' (pointer) has base type 'struct timeval'.
adns_beforeselect ( adns_state ads, int* maxfd, struct fd_set* readfds, struct fd_set* writefds, struct fd_set* exceptfds, struct timeval** tv_mod, struct timeval* tv_buf, struct timeval const* now )
8th parameter 'now' (pointer) has base type 'struct timeval'.
adns_firsttimeout ( adns_state ads, struct timeval** tv_mod, struct timeval* tv_buf, struct timeval now )
4th parameter 'now' is of type 'struct timeval'.
adns_processexceptional ( adns_state ads, int fd, struct timeval const* now )
3rd parameter 'now' (pointer) has base type 'struct timeval'.
adns_processreadable ( adns_state ads, int fd, struct timeval const* now )
3rd parameter 'now' (pointer) has base type 'struct timeval'.
adns_processtimeouts ( adns_state ads, struct timeval const* now )
2nd parameter 'now' (pointer) has base type 'struct timeval'.
adns_processwriteable ( adns_state ads, int fd, struct timeval const* now )
3rd parameter 'now' (pointer) has base type 'struct timeval'.