Searched refs:timeoutp (Results 1 – 7 of 7) sorted by relevance
/external/libpcap/testprogs/ |
D | selpolltest.c | 204 struct timeval *timeoutp; in main() local 220 timeoutp = &seltimeout; in main() 223 timeoutp = &seltimeout; in main() 225 timeoutp = NULL; in main() 229 timeoutp); in main()
|
/external/openssh/ |
D | misc.c | 246 waitfd(int fd, int *timeoutp, short events) in waitfd() argument 255 for (; *timeoutp >= 0;) { in waitfd() 256 r = poll(&pfd, 1, *timeoutp); in waitfd() 258 ms_subtract_diff(&t_start, timeoutp); in waitfd() 278 waitrfd(int fd, int *timeoutp) { in waitrfd() argument 279 return waitfd(fd, timeoutp, POLLIN); in waitrfd() 291 socklen_t addrlen, int *timeoutp) in timeout_connect() argument 297 if (timeoutp == NULL || *timeoutp <= 0) in timeout_connect() 308 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()
|
D | ssh-agent.c | 1045 prepare_poll(struct pollfd **pfdp, size_t *npfdp, int *timeoutp, u_int maxfds) in prepare_poll() argument 1114 *timeoutp = -1; /* INFTIM */ in prepare_poll() 1117 *timeoutp = INT_MAX / 1000; in prepare_poll() 1119 *timeoutp = deadline * 1000; in prepare_poll()
|
D | packet.c | 1329 struct timeval timeout, start, *timeoutp = NULL; in ssh_packet_read_seqnr() local 1364 timeoutp = &timeout; in ssh_packet_read_seqnr() 1373 NULL, NULL, timeoutp)) >= 0) in ssh_packet_read_seqnr() 1996 struct timeval start, timeout, *timeoutp = NULL; in ssh_packet_write_wait() local 2014 timeoutp = &timeout; in ssh_packet_write_wait() 2022 NULL, setp, NULL, timeoutp)) >= 0) in ssh_packet_write_wait()
|
/external/python/cpython2/Modules/ |
D | readline.c | 1033 struct timeval *timeoutp = NULL; in readline_until_enter_or_signal() local 1035 timeoutp = &timeout; in readline_until_enter_or_signal() 1046 NULL, NULL, timeoutp); in readline_until_enter_or_signal()
|
D | socketmodule.c | 2059 int *timeoutp) argument 2140 *timeoutp = timeout;
|
/external/python/cpython3/Modules/ |
D | readline.c | 1193 struct timeval *timeoutp = NULL; in readline_until_enter_or_signal() local 1195 timeoutp = &timeout; in readline_until_enter_or_signal() 1206 NULL, NULL, timeoutp); in readline_until_enter_or_signal()
|