Lines Matching defs:reply
107 } reply;
195 if (CSDPSConfirmDisplay(agent, dpy, &setup, &reply, fullDisplayName) == 1)
197 p = (xCAPConnReplyPrefix *)&reply.good;
200 /* Read normal reply */
203 /* Read common reply prefix */
205 p = (xCAPConnReplyPrefix *)&reply.good;
214 c = (char *)&reply.bad.serverVersion;
218 c = (char *)Xmalloc(reply.bad.reasonLength);
220 N_XReadPad(agent, c, (long)reply.bad.reasonLength);
221 if (!reply.bad.reasonLength)
226 strncat(mbuf, c, reply.bad.reasonLength);
227 mbuf[reply.bad.reasonLength+7] = '\0';
237 /* read the rest of the fixed length reply */
238 c = (char *)&reply.good.serverVersion;
244 if (reply.good.serverVersion < DPSPROTOCOLVERSION)
248 sprintf(qbuf, "NX: server version %ld older than expected %d, client will downgrade", (long)reply.good.serverVersion, DPSPROTOCOLVERSION);
251 my->dpscapVersion = reply.good.dpscapVersion;
269 *numberType = reply.good.preferredNumberFormat;
273 c = (char *)Xmalloc(reply.good.floatingNameLength + 1);
274 N_XReadPad(agent, c, reply.good.floatingNameLength);
275 c[reply.good.floatingNameLength] = 0;
283 XDPSLSetVersion(agent, reply.good.serverVersion);
284 XDPSLSetVersion(dpy, reply.good.serverVersion);
289 my->agentWindow = reply.good.agentWindow;