Searched refs:gotfds (Results 1 – 1 of 1) sorted by relevance
476 int gotfds; in qio_channel_socket_copy_fds() local490 gotfds = fd_size / sizeof(int); in qio_channel_socket_copy_fds()491 *fds = g_renew(int, *fds, *nfds + gotfds); in qio_channel_socket_copy_fds()494 for (i = 0; i < gotfds; i++) { in qio_channel_socket_copy_fds()507 *nfds += gotfds; in qio_channel_socket_copy_fds()