Searched refs:polldata (Results 1 – 1 of 1) sorted by relevance
1778 struct pollfd polldata; /* Polling data */ in _httpResolveURI() local1890 polldata.fd = DNSServiceRefSockFD(ref); in _httpResolveURI()1891 polldata.events = POLLIN; in _httpResolveURI()1893 fds = poll(&polldata, 1, (int)(1000 * timeout)); in _httpResolveURI()