Searched defs:poll_tab (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c195 struct pollfd poll_tab[1]; local
196 poll_tab[0].fd = sb->sb_sd;
197 poll_tab[0].events = POLLIN;
198 poll_tab[0].revents = 0;
199 if ( poll(poll_tab, 1, 10000) <= 0) {

Completed in 68 milliseconds