Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c1778 struct pollfd polldata; /* Polling data */ in _httpResolveURI() local
1890 polldata.fd = DNSServiceRefSockFD(ref); in _httpResolveURI()
1891 polldata.events = POLLIN; in _httpResolveURI()
1893 fds = poll(&polldata, 1, (int)(1000 * timeout)); in _httpResolveURI()