Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel-socket.c476 int gotfds; in qio_channel_socket_copy_fds() local
490 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()