Home
last modified time | relevance | path

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

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcore.C98 static fd_set *fdspt[fdsn]; variable
246 memcpy (fdspt[i], fdsp[i], fd_set_bytes); in fdcb_check()
247 int n = select (nselfd, fdspt[0], fdspt[1], NULL, &selwait); in fdcb_check()
255 if (FD_ISSET (fd, fdspt[i])) { in fdcb_check()
501 fdspt[i] = (fd_set *) xmalloc (fd_set_bytes); in start()
502 bzero (fdspt[i], fd_set_bytes); in start()