Home | History | Annotate | Download | only in cups

Lines Matching refs:input_set

3128   fd_set		input_set;	/* select() input set */
3171 FD_ZERO(&input_set);
3172 FD_SET(http->fd, &input_set);
3181 nfds = select(http->fd + 1, &input_set, NULL, NULL, &timeout);
3184 nfds = select(http->fd + 1, &input_set, NULL, NULL, NULL);