Lines Matching defs:reply
78 fsQueryXExtents8Reply reply;
93 if (!_FSReply(svr, (fsReply *) & reply,
99 if (reply.num_extents > SIZE_MAX / sizeof(FSXCharInfo))
103 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo));
107 for (CARD32 i = 0; i < reply.num_extents; i++) {
126 fsQueryXExtents16Reply reply;
157 if (!_FSReply(svr, (fsReply *) & reply,
163 if (reply.num_extents > SIZE_MAX/sizeof(FSXCharInfo))
167 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo));
171 for (CARD32 i = 0; i < reply.num_extents; i++) {