Lines Matching defs:reply
69 fsQueryXBitmaps8Reply reply;
87 if (!_FSReply(svr, (fsReply *) & reply,
92 if (reply.num_chars > SIZE_MAX / sizeof(FSOffset))
96 offs = FSmallocarray(reply.num_chars, sizeof(FSOffset));
102 if (reply.length > (SIZE_MAX >> 2)) {
107 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps8Reply)
108 - (SIZEOF(fsOffset32) * reply.num_chars);
115 for (CARD32 i = 0; i < reply.num_chars; i++)
140 fsQueryXBitmaps16Reply reply;
176 if (!_FSReply(svr, (fsReply *) & reply,
182 if(reply.num_chars > SIZE_MAX/sizeof(FSOffset))
185 offs = FSmallocarray(reply.num_chars, sizeof(FSOffset));
191 if (reply.length > (SIZE_MAX>>2)) {
196 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps16Reply)
197 - (SIZEOF(fsOffset32) * reply.num_chars);
204 for (CARD32 i = 0; i < reply.num_chars; i++)