Home | History | Annotate | Download | only in libxml2

Lines Matching defs:rfd

504     fd_set rfd;
575 FD_ZERO(&rfd);
580 FD_SET(ctxt->fd, &rfd);
585 if ( (select(ctxt->fd+1, &rfd, NULL, NULL, &tv)<1)