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

/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.c280 u_int *nallocp, u_int max_time_milliseconds)
289 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp,
371 memset(*readsetp, 0, *nallocp);
372 memset(*writesetp, 0, *nallocp);
279 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, u_int *nallocp, u_int max_time_milliseconds) argument
H A Dclientloop.c659 int *maxfdp, u_int *nallocp, int rekeying)
667 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp,
693 memset(*readsetp, 0, *nallocp);
694 memset(*writesetp, 0, *nallocp);
740 memset(*readsetp, 0, *nallocp);
741 memset(*writesetp, 0, *nallocp);
658 client_wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, u_int *nallocp, int rekeying) argument
H A Dssh-agent.c1004 prepare_select(fd_set **fdrp, fd_set **fdwp, int *fdl, u_int *nallocp, argument
1026 if (*fdrp == NULL || sz > *nallocp) {
1033 *nallocp = sz;
H A Dchannels.c2137 u_int *nallocp, time_t *minwait_secs, int rekeying)
2150 if (*readsetp == NULL || sz > *nallocp) {
2153 *nallocp = sz;
2136 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, u_int *nallocp, time_t *minwait_secs, int rekeying) argument

Completed in 98 milliseconds