Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dpoll.c115 fd_set *nrset, *nwset, *nxset; in poll() local
123 nxset = alloca (nbytes); in poll()
127 memset ((char *) nxset + bytes, 0, nbytes - bytes); in poll()
131 xset = memcpy (nxset, xset, bytes); in poll()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dpoll.c115 fd_set *nrset, *nwset, *nxset; in poll() local
123 nxset = alloca (nbytes); in poll()
127 memset ((char *) nxset + bytes, 0, nbytes - bytes); in poll()
131 xset = memcpy (nxset, xset, bytes); in poll()
/dports/devel/libbegemot/libbegemot-1.11/
H A Drpoll.c512 fd_set nrset, nwset, nxset; in poll_dispatch() local
556 nxset = xset; in poll_dispatch()
564 SELECT_CAST(&nxset), (tout==INFTIM) ? 0 : &tv); in poll_dispatch()
598 if(FD_ISSET(regs[idx].fd, &nxset)) in poll_dispatch()