Searched refs:AvahiPrioQueue (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dprioq.h25 typedef struct AvahiPrioQueue AvahiPrioQueue; typedef in typeref:struct:AvahiPrioQueue
30 struct AvahiPrioQueue { struct
37 AvahiPrioQueue *queue;
43 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare);
44 void avahi_prio_queue_free(AvahiPrioQueue *q);
46 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data);
47 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n);
49 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n);
H A Dprioq.c33 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare) {
34 AvahiPrioQueue *q;
37 if (!(q = avahi_new(AvahiPrioQueue, 1)))
47 void avahi_prio_queue_free(AvahiPrioQueue *q) {
57 static AvahiPrioQueueNode* get_node_at_xy(AvahiPrioQueue *q, unsigned x, unsigned y) {
80 static void exchange_nodes(AvahiPrioQueue *q, AvahiPrioQueueNode *a, AvahiPrioQueueNode *b) {
260 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n) {
292 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data) {
342 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n) {
H A Dprioq-test.c86 AvahiPrioQueue *q, *q2;
H A Dtimeeventq.c46 AvahiPrioQueue *prioq;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq.h25 typedef struct AvahiPrioQueue AvahiPrioQueue; typedef in typeref:struct:AvahiPrioQueue
30 struct AvahiPrioQueue { struct
37 AvahiPrioQueue *queue;
43 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare);
44 void avahi_prio_queue_free(AvahiPrioQueue *q);
46 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data);
47 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n);
49 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n);
H A Dprioq.c33 AvahiPrioQueue* avahi_prio_queue_new(AvahiPQCompareFunc compare) {
34 AvahiPrioQueue *q;
37 if (!(q = avahi_new(AvahiPrioQueue, 1)))
47 void avahi_prio_queue_free(AvahiPrioQueue *q) {
57 static AvahiPrioQueueNode* get_node_at_xy(AvahiPrioQueue *q, unsigned x, unsigned y) {
80 static void exchange_nodes(AvahiPrioQueue *q, AvahiPrioQueueNode *a, AvahiPrioQueueNode *b) {
260 void avahi_prio_queue_shuffle(AvahiPrioQueue *q, AvahiPrioQueueNode *n) {
292 AvahiPrioQueueNode* avahi_prio_queue_put(AvahiPrioQueue *q, void* data) {
342 void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n) {
H A Dprioq-test.c86 AvahiPrioQueue *q, *q2;
H A Dtimeeventq.c46 AvahiPrioQueue *prioq;

Completed in 129 milliseconds