Lines Matching refs:replies
223 PA_LLIST_HEAD(struct reply_info, replies);
238 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r); in reply_info_free()
255 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies); in pa_pdispatch_new()
264 while (pd->replies) { in pdispatch_free()
265 if (pd->replies->free_cb) in pdispatch_free()
266 pd->replies->free_cb(pd->replies->userdata); in pdispatch_free()
268 reply_info_free(pd->replies); in pdispatch_free()
336 PA_LLIST_FOREACH(r, pd->replies) in pa_pdispatch_run()
398 PA_LLIST_PREPEND(struct reply_info, pd->replies, r); in pa_pdispatch_register_reply()
405 return !!pd->replies; in pa_pdispatch_is_pending()
423 PA_LLIST_FOREACH_SAFE(r, n, pd->replies) in pa_pdispatch_unregister_reply()