Searched refs:avahi_hashmap_lookup (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c50 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla"));
54 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla"));
58 t = (const char*) avahi_hashmap_lookup(m, "bla");
H A Dhashmap.h38 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key);
H A Dquerier.c107 if ((q = avahi_hashmap_lookup(i->queriers_by_key, key))) {
151 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key)) || q->n_used <= 0) {
236 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key)))
H A Dmulticast-lookup.c110 t = avahi_hashmap_lookup(e->lookups_by_key, l->key);
150 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key);
299 for (l = avahi_hashmap_lookup(e->lookups_by_key, record->key); l; l = l->by_key_next) {
H A Dwide-area.c114 if (!(l = avahi_hashmap_lookup(e->lookups_by_id, &i)))
265 t = avahi_hashmap_lookup(e->lookups_by_key, l->key);
280 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key);
337 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
365 for (c = avahi_hashmap_lookup(e->cache_by_key, r->key); c; c = c->by_key_next)
378 for (l = avahi_hashmap_lookup(e->lookups_by_key, r->key); l; l = l->by_key_next) {
433 t = avahi_hashmap_lookup(e->cache_by_key, r->key);
700 for (c = avahi_hashmap_lookup(e->cache_by_key, key); c; c = c->by_key_next) {
707 for (c = avahi_hashmap_lookup(e->cache_by_key, cname_key); c; c = c->by_key_next) {
H A Dcache.c48 t = avahi_hashmap_lookup(c->hashmap, e->record->key);
114 return avahi_hashmap_lookup(c->hashmap, k);
H A Dhashmap.c116 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key) { function
H A Dserver.c77 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next)
134 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next)
192 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next)
206 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) {
251 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) {
1682 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next)
1755 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = e->by_key_next)
H A Dentry.c86 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key);
154 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) {
236 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) {
299 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key);
H A Dannounce.c377 for (i = avahi_hashmap_lookup(s->entries_by_key, e->record->key); i; i = i->by_key_next) {
H A Ddns.c186 if (p->name_table && (prev = avahi_hashmap_lookup(p->name_table, name))) {
H A Diface.c550 return avahi_hashmap_lookup(m->hashmap, &idx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c50 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla"));
54 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla"));
58 t = (const char*) avahi_hashmap_lookup(m, "bla");
H A Dhashmap.h38 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key);
H A Dquerier.c107 if ((q = avahi_hashmap_lookup(i->queriers_by_key, key))) {
151 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key)) || q->n_used <= 0) {
236 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key)))
H A Dmulticast-lookup.c110 t = avahi_hashmap_lookup(e->lookups_by_key, l->key);
150 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key);
299 for (l = avahi_hashmap_lookup(e->lookups_by_key, record->key); l; l = l->by_key_next) {
H A Dwide-area.c114 if (!(l = avahi_hashmap_lookup(e->lookups_by_id, &i)))
265 t = avahi_hashmap_lookup(e->lookups_by_key, l->key);
280 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key);
337 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
365 for (c = avahi_hashmap_lookup(e->cache_by_key, r->key); c; c = c->by_key_next)
378 for (l = avahi_hashmap_lookup(e->lookups_by_key, r->key); l; l = l->by_key_next) {
433 t = avahi_hashmap_lookup(e->cache_by_key, r->key);
700 for (c = avahi_hashmap_lookup(e->cache_by_key, key); c; c = c->by_key_next) {
707 for (c = avahi_hashmap_lookup(e->cache_by_key, cname_key); c; c = c->by_key_next) {
H A Dcache.c48 t = avahi_hashmap_lookup(c->hashmap, e->record->key);
114 return avahi_hashmap_lookup(c->hashmap, k);
H A Dhashmap.c116 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key) { function
H A Dserver.c77 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next)
134 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next)
192 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next)
206 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) {
251 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) {
1682 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next)
1755 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = e->by_key_next)
H A Dentry.c86 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key);
154 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) {
236 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) {
299 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key);
H A Dannounce.c377 for (i = avahi_hashmap_lookup(s->entries_by_key, e->record->key); i; i = i->by_key_next) {
H A Ddns.c186 if (p->name_table && (prev = avahi_hashmap_lookup(p->name_table, name))) {
H A Diface.c544 return avahi_hashmap_lookup(m->hashmap, &idx);

Completed in 313 milliseconds