Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c130 static int http_poll_cb(struct pollfd *pollfds, unsigned int num_pollfds,
2467 unsigned int num_pollfds, /* I - Number of file descriptors */ in http_poll_cb() argument
2474 return (poll(pollfds, num_pollfds, 2000)); in http_poll_cb()
Ddest.c213 unsigned int num_pollfds,
3033 unsigned int num_pollfds, /* I - Number of file descriptors */ in cups_dnssd_poll_cb() argument
3042 …poll_cb(pollfds=%p, num_pollfds=%d, timeout=%d, context=%p)", pollfds, num_pollfds, timeout, conte… in cups_dnssd_poll_cb()
3046 val = poll(pollfds, num_pollfds, _CUPS_DNSSD_MAXTIME); in cups_dnssd_poll_cb()