Searched refs:cache_by_key (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dwide-area.c93 AvahiHashmap *cache_by_key; member in struct:AvahiWideAreaLookupEngine
337 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
340 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
342 avahi_hashmap_remove(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)
433 t = avahi_hashmap_lookup(e->cache_by_key, r->key);
435 avahi_hashmap_replace(e->cache_by_key, avahi_key_ref(r->key), t);
612 e->cache_by_key = avahi_hashmap_new((AvahiHashFunc) avahi_key_hash, (AvahiEqualFunc) avahi_key_equal, (AvahiFreeFunc) avahi_key_unref, NULL);
631 avahi_hashmap_free(e->cache_by_key);
700 for (c = avahi_hashmap_lookup(e->cache_by_key, ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dwide-area.c93 AvahiHashmap *cache_by_key; member in struct:AvahiWideAreaLookupEngine
337 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
340 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
342 avahi_hashmap_remove(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)
433 t = avahi_hashmap_lookup(e->cache_by_key, r->key);
435 avahi_hashmap_replace(e->cache_by_key, avahi_key_ref(r->key), t);
612 e->cache_by_key = avahi_hashmap_new((AvahiHashFunc) avahi_key_hash, (AvahiEqualFunc) avahi_key_equal, (AvahiFreeFunc) avahi_key_unref, NULL);
631 avahi_hashmap_free(e->cache_by_key);
700 for (c = avahi_hashmap_lookup(e->cache_by_key, ke
[all...]

Completed in 141 milliseconds