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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c747 register long pend; local
753 pend = pend_not_register;
757 if (pend < SIZEOF(xEvent)) pend = SIZEOF(xEvent);
760 if (pend > BUFSIZE) pend = BUFSIZE;
763 pend = (pend / SIZEOF(xEvent)) * SIZEOF(xEvent);
765 N_XRead (dpy, buf, pend);
768 STARTITERATE (ev,xEvent, buf, (pend >
[all...]
H A Dcslibint.c177 int pend; local
188 if (BytesReadable(dpy->fd, (char *) &pend) < 0)
194 if (!pend && !dpy->qlen && ++dpy->conn_checker >= XCONN_CHECK_FREQ)
202 if (pend = select(dpy->fd + 1, (int *)r_mask, NULL, NULL,
205 if (pend > 0)
207 if (BytesReadable(dpy->fd, (char *) &pend) < 0)
210 if (!pend)
211 pend = SIZEOF(xReply);
213 else if (pend < 0 && errno != EINTR)
218 if (!(len = pend))
254 register long pend; local
[all...]

Completed in 3470 milliseconds