Lines Matching defs:reply
48 xGetPropertyReply reply;
69 if (!_XReply (dpy, (xReply *) &reply, 0, xFalse)) {
75 if (reply.propertyType != None) {
77 int format = reply.format;
83 if (reply.nItems >= (INT_MAX >> 4))
94 nbytes = netbytes = reply.nItems;
100 nbytes = reply.nItems * sizeof (short);
101 netbytes = reply.nItems << 1;
107 nbytes = reply.nItems * sizeof (long);
108 netbytes = reply.nItems << 2;
131 _XEatDataWords(dpy, reply.length);
138 *actual_type = reply.propertyType;
139 *actual_format = reply.format;
140 *nitems = reply.nItems;
141 *bytesafter = reply.bytesAfter;