Lines Matching defs:replyWait
39 IceReplyWaitInfo *replyWait
43 * Add this replyWait to the end of the list (only if the
44 * replyWait is not already in the list).
55 if (last->reply_wait == replyWait)
66 savedReplyWait->reply_wait = replyWait;
85 * Return the first replyWait in the list with the given majorOpcode
104 IceReplyWaitInfo *replyWait
108 * The replyWait specified has a reply ready.
113 while (savedReplyWait && savedReplyWait->reply_wait != replyWait)
125 IceReplyWaitInfo *replyWait
135 if (savedReplyWait->reply_wait == replyWait)