Searched refs:rfds (Results 1 – 2 of 2) sorted by relevance
1263 _cleanup_free_ int *rfds = NULL; in service_collect_fds() local1277 rfds = new(int, 1); in service_collect_fds()1278 if (!rfds) in service_collect_fds()1280 rfds[0] = s->socket_fd; in service_collect_fds()1309 if (!rfds) { in service_collect_fds()1310 rfds = TAKE_PTR(cfds); in service_collect_fds()1315 t = reallocarray(rfds, rn_socket_fds + cn_fds, sizeof(int)); in service_collect_fds()1321 rfds = t; in service_collect_fds()1336 t = reallocarray(rfds, rn_socket_fds + s->n_fd_store, sizeof(int)); in service_collect_fds()1340 rfds = t; in service_collect_fds()[all …]
3206 int *rfds; in socket_collect_fds() local3224 rfds = new(int, n); in socket_collect_fds()3225 if (!rfds) in socket_collect_fds()3230 rfds[k++] = p->fd; in socket_collect_fds()3232 rfds[k++] = p->auxiliary_fds[i]; in socket_collect_fds()3237 *fds = rfds; in socket_collect_fds()