Home | History | Annotate | Download | only in apple

Lines Matching defs:reply

35    xGLXSingleReply reply;
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
39 if ((reply.length > 0) || reply_is_always_array) {
41 ? (4 * reply.length) : (reply.size * size);
50 (void) memcpy(dest, &(reply.pad3), size);
54 return reply.retval;
62 xGLXSingleReply reply;
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
68 width = reply.pad3;
69 height = reply.pad4;
70 depth = reply.pad5;
80 size = reply.length * 4;