Home | History | Annotate | Download | only in cups

Lines Matching defs:input_set

1633     fd_set		input_set;	/* Input set for select() */
1749 FD_ZERO(&input_set);
1750 FD_SET(DNSServiceRefSockFD(ref), &input_set);
1759 fds = select(DNSServiceRefSockFD(ref)+1, &input_set, NULL, NULL,