Lines Matching defs:replyWait
52 IceReplyWaitInfo *replyWait,
147 IceReplyWaitInfo replyWait;
339 replyWait.sequence_of_request = IceLastSentSequenceNumber (iceConn);
340 replyWait.major_opcode_of_request = PMopcode;
341 replyWait.minor_opcode_of_request = PM_GetProxyAddr;
342 replyWait.reply = (IcePointer) &reply;
350 iceConn, &replyWait, &gotReply) == IceProcessMessagesIOError);
381 IceReplyWaitInfo *replyWait, Bool *replyReadyRet)
383 if (replyWait)
390 if (!replyWait ||
391 replyWait->minor_opcode_of_request != PM_GetProxyAddr)
403 (GetProxyAddrReply *) (replyWait->reply);