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

/macosx-10.10/OpenSSH-189/openssh/
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) {
1027 if (*fdrp)
1028 xfree(*fdrp);
1031 *fdrp = xmalloc(sz);
1038 memset(*fdrp, 0, sz);
1045 FD_SET(sockets[i].fd, *fdrp);

Completed in 84 milliseconds