Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xfd

856     fd_set xfd;
958 FD_ZERO(&xfd);
959 FD_SET(s, &xfd);
961 switch (select(s + 1, NULL, &wfd, &xfd, &tv))
991 || FD_ISSET(s, &xfd)