Lines Matching full:fdrp
931 prepare_select(fd_set **fdrp, fd_set **fdwp, int *fdl, u_int *nallocp,953 if (*fdrp == NULL || sz > *nallocp) {954 if (*fdrp)955 xfree(*fdrp);958 *fdrp = xmalloc(sz);965 memset(*fdrp, 0, sz);972 FD_SET(sockets[i].fd, *fdrp);