Lines Matching defs:reply
77 xListHostsReply reply;
87 if (!_XReply (dpy, (xReply *) &reply, 0, xFalse)) {
93 if (reply.nHosts) {
94 unsigned long nbytes = reply.length << 2; /* number of bytes in reply */
98 if (reply.nHosts < max_hosts) {
99 unsigned long hostbytes = reply.nHosts *
102 if (reply.length < (INT_MAX >> 2) &&
103 (hostbytes >> 2) < ((INT_MAX >> 2) - reply.length))
108 _XEatDataWords(dpy, reply.length);
115 (((unsigned char *) outbuf) + (reply.nHosts * sizeof(XHostAddress)));
117 + (reply.nHosts * sizeof(XServerInterpretedAddress));
121 for (i = 0; i < reply.nHosts; i++) {
154 *enabled = reply.enabled;
155 *nhosts = reply.nHosts;
160 *enabled = reply.enabled;