Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/app/
H A Di18n_im.cxx529 struct pollfd aFileDescriptor; in InputMethod_HasPendingEvent() local
535 aFileDescriptor.fd = nFileDescriptor; in InputMethod_HasPendingEvent()
536 aFileDescriptor.events = POLLRDNORM; in InputMethod_HasPendingEvent()
537 aFileDescriptor.revents = 0; in InputMethod_HasPendingEvent()
539 int nPoll = poll (&aFileDescriptor, nNumDescriptor, 0 /* timeout */ ); in InputMethod_HasPendingEvent()
544 if ( (aFileDescriptor.revents & POLLHUP) in InputMethod_HasPendingEvent()
545 || (aFileDescriptor.revents & POLLERR) in InputMethod_HasPendingEvent()
546 || (aFileDescriptor.revents & POLLNVAL)) in InputMethod_HasPendingEvent()
549 if (aFileDescriptor.revents & POLLRDNORM) in InputMethod_HasPendingEvent()

Completed in 22 milliseconds