Lines Matching defs:reply
45 xXIQueryDeviceReply reply;
62 if (!_XReply(dpy, (xReply*) &reply, 0, xFalse))
65 if (reply.length < INT_MAX / 4)
67 *ndevices_return = reply.num_devices;
68 info = Xmalloc((reply.num_devices + 1) * sizeof(XIDeviceInfo));
69 buf = Xmalloc(reply.length * 4);
81 _XRead(dpy, buf, reply.length * 4);
83 end = buf + reply.length * 4;
86 info[reply.num_devices].name = NULL;
88 for (i = 0; i < reply.num_devices; i++)