Home
last modified time | relevance | path

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

/dports/sysutils/conman/conman-conman-0.3.0/
H A Dtpoll.c829 struct pollfd *fd_array_tmp; in _tpoll_grow() local
853 if (!(fd_array_tmp = in _tpoll_grow()
857 fd_array_new = fd_array_tmp + tp->num_fds_alloc; in _tpoll_grow()
861 fd_array_tmp[ i ].fd = -1; in _tpoll_grow()
864 tp->fd_array = fd_array_tmp; in _tpoll_grow()