Searched defs:AvahiPrioQueueNode (Results 1 - 1 of 1) sorted by relevance

/external/avahi/avahi-core/
H A Dprioq.h24 typedef struct AvahiPrioQueueNode AvahiPrioQueueNode; typedef in typeref:struct:AvahiPrioQueueNode
29 AvahiPrioQueueNode *root, *last;
34 struct AvahiPrioQueueNode { struct
38 AvahiPrioQueueNode *left, *right, *parent, *next, *prev;
44 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data);
45 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n);
47 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n);

Completed in 66 milliseconds