Lines Matching refs:AvahiPrioQueueNode
55 static AvahiPrioQueueNode* get_node_at_xy(AvahiPrioQueue *q, unsigned x, unsigned y) { in get_node_at_xy()
57 AvahiPrioQueueNode *n; in get_node_at_xy()
78 static void exchange_nodes(AvahiPrioQueue *q, AvahiPrioQueueNode *a, AvahiPrioQueueNode *b) { in exchange_nodes()
79 AvahiPrioQueueNode *l, *r, *p, *ap, *an, *bp, *bn; in exchange_nodes()
162 AvahiPrioQueueNode *apl = NULL, *bpl = NULL; in exchange_nodes()
258 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n) { in avahi_prio_queue_shuffle()
269 AvahiPrioQueueNode *min; in avahi_prio_queue_shuffle()
290 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data) { in avahi_prio_queue_put()
291 AvahiPrioQueueNode *n; in avahi_prio_queue_put()
294 if (!(n = avahi_new(AvahiPrioQueueNode, 1))) in avahi_prio_queue_put()
340 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n) { in avahi_prio_queue_remove()
346 AvahiPrioQueueNode *replacement = q->last; in avahi_prio_queue_remove()