Home
last modified time | relevance | path

Searched refs:fpli (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c163 FILE_PIPE_LOCAL_INFORMATION fpli; in windows_compute_revents() local
198 memset (&fpli, 0, sizeof (fpli)); in windows_compute_revents()
201 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli), in windows_compute_revents()
203 || fpli.WriteQuotaAvailable >= PIPE_BUF in windows_compute_revents()
204 || (fpli.OutboundQuota < PIPE_BUF && in windows_compute_revents()
205 fpli.WriteQuotaAvailable == fpli.OutboundQuota)) in windows_compute_revents()

Completed in 2 milliseconds