Lines Matching defs:reply
131 xXIGetSelectedEventsReply reply;
146 if (!_XReply(dpy, (xReply *) &reply, 0, xFalse))
149 if (reply.num_masks == 0)
155 if (reply.length < (INT_MAX >> 2)) {
156 rbytes = (unsigned long) reply.length << 2;
160 _XEatDataWords(dpy, reply.length);
168 * the wire, such as this 3 mask reply:
175 len = reply.num_masks * sizeof(XIEventMask);
177 for (i = 0, mi = mask_in; i < reply.num_masks; i++)
195 mask = (unsigned char*)&mask_out[reply.num_masks];
196 for (i = 0; i < reply.num_masks; i++)
207 *num_masks_return = reply.num_masks;