Home
last modified time | relevance | path

Searched refs:gotfds (Results 1 – 1 of 1) sorted by relevance

/qemu/io/
H A Dchannel-socket.c465 int gotfds; in qio_channel_socket_copy_fds() local
479 gotfds = fd_size / sizeof(int); in qio_channel_socket_copy_fds()
480 *fds = g_renew(int, *fds, *nfds + gotfds); in qio_channel_socket_copy_fds()
483 for (i = 0; i < gotfds; i++) { in qio_channel_socket_copy_fds()
496 *nfds += gotfds; in qio_channel_socket_copy_fds()