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

/xsrc/external/mit/libXrender/dist/src/
H A DFilter.c41 unsigned long nbytesName, reply_left; local in function:XRenderQueryFilters
119 reply_left = 8 + rep.length - 2 * rep.numAliases;;
128 reply_left--;
131 _XEatDataWords(dpy, reply_left);
140 reply_left -= (unsigned long) l;
/xsrc/external/mit/libX11/dist/src/
H A DFontInfo.c51 unsigned long reply_left; /* unused data left in reply buffer */ local in function:XListFontsWithInfo
77 reply_left = 0;
80 reply_left = reply.length -
83 _XEatDataWords(dpy, reply_left);
143 if ((nbytes >> 2) <= reply_left) {
150 reply_left -= (nbytes >> 2);
191 _XEatDataWords(dpy, reply_left);
H A DFont.c191 unsigned long reply_left; /* unused data words left in reply buffer */ local in function:_XQueryFont
219 reply_left = reply.length -
222 _XEatDataWords(dpy, reply_left);
250 if ((nbytes >> 2) <= reply_left) {
256 _XEatDataWords(dpy, reply_left);
260 reply_left -= (nbytes >> 2);
271 if ((nbytes >> 2) <= reply_left) {
279 _XEatDataWords(dpy, reply_left);
410 unsigned long reply_left; /* unused data left in reply buffer */ local in function:_XF86BigfontQueryFont
463 reply_left
[all...]

Completed in 3 milliseconds