Lines Matching refs:replies
228 PA_LLIST_HEAD(struct reply_info, replies);
243 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r);
260 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies);
269 while (pd->replies) {
270 if (pd->replies->free_cb)
271 pd->replies->free_cb(pd->replies->userdata);
273 reply_info_free(pd->replies);
344 PA_LLIST_FOREACH(r, pd->replies)
408 PA_LLIST_PREPEND(struct reply_info, pd->replies, r);
415 return !!pd->replies;
433 PA_LLIST_FOREACH_SAFE(r, n, pd->replies)