Lines Matching defs:pending_reply
86 typedef struct pending_reply {
91 struct pending_reply *next;
92 } pending_reply;
178 pending_reply *pend = 0;
213 pending_reply *oldpend = c->in.pending_replies;
576 static void insert_pending_discard(xcb_connection_t *c, pending_reply **prev_next, uint64_t seq)
578 pending_reply *pend;
600 pending_reply **prev_pend;
928 pending_reply *pend = in->pending_replies;
948 pending_reply *pend = malloc(sizeof(pending_reply));
966 struct pending_reply *pend;
969 pend = container_of(c->in.pending_replies_tail, struct pending_reply, next);
977 * so just discard the pending_reply that was created.
979 struct pending_reply **prev_next = &c->in.pending_replies;