Home
last modified time | relevance | path

Searched refs:avahi_hashmap_lookup (Results 1 – 12 of 12) sorted by relevance

/external/avahi/avahi-core/
Dhashmap-test.c48 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla")); in main()
52 printf("%s\n", (const char*) avahi_hashmap_lookup(m, "bla")); in main()
56 t = (const char*) avahi_hashmap_lookup(m, "bla"); in main()
Dwide-area.c112 if (!(l = avahi_hashmap_lookup(e->lookups_by_id, &i))) in find_lookup()
263 t = avahi_hashmap_lookup(e->lookups_by_key, l->key); in avahi_wide_area_lookup_new()
278 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key); in lookup_destroy()
335 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key); in cache_entry_free()
363 for (c = avahi_hashmap_lookup(e->cache_by_key, r->key); c; c = c->by_key_next) in find_record_in_cache()
376 for (l = avahi_hashmap_lookup(e->lookups_by_key, r->key); l; l = l->by_key_next) { in run_callbacks()
431 t = avahi_hashmap_lookup(e->cache_by_key, r->key); in add_to_cache()
698 for (c = avahi_hashmap_lookup(e->cache_by_key, key); c; c = c->by_key_next) { in avahi_wide_area_scan_cache()
705 for (c = avahi_hashmap_lookup(e->cache_by_key, cname_key); c; c = c->by_key_next) { in avahi_wide_area_scan_cache()
Dquerier.c105 if ((q = avahi_hashmap_lookup(i->queriers_by_key, key))) { in avahi_querier_add()
151 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key)) || q->n_used <= 0) in avahi_querier_remove()
233 if (!(q = avahi_hashmap_lookup(i->queriers_by_key, key))) in avahi_querier_shall_refresh_cache()
Dmulticast-lookup.c108 t = avahi_hashmap_lookup(e->lookups_by_key, l->key); in avahi_multicast_lookup_new()
148 t = avahi_hashmap_lookup(l->engine->lookups_by_key, l->key); in lookup_destroy()
297 for (l = avahi_hashmap_lookup(e->lookups_by_key, record->key); l; l = l->by_key_next) { in avahi_multicast_lookup_engine_notify()
Dhashmap.h36 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key);
Dcache.c44 t = avahi_hashmap_lookup(c->hashmap, e->record->key); in remove_entry()
111 return avahi_hashmap_lookup(c->hashmap, k); in lookup_key()
Dserver.c77 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next) in enum_aux_records()
134 for (e = avahi_hashmap_lookup(s->entries_by_key, k); e; e = e->by_key_next) in avahi_server_prepare_matching_responses()
192 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next) in withdraw_rrset()
206 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) { in incoming_probe()
251 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) { in handle_conflict()
1690 for (e = avahi_hashmap_lookup(s->entries_by_key, key); e; e = e->by_key_next) in find_entry()
1763 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = e->by_key_next) in avahi_server_is_record_local()
Dentry.c84 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key); in avahi_entry_free()
157 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) { in check_record_conflict()
239 for (e = avahi_hashmap_lookup(s->entries_by_key, r->key); e; e = e->by_key_next) { in server_add_internal()
302 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key); in server_add_internal()
Dhashmap.c114 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key) { in avahi_hashmap_lookup() function
Dannounce.c375 for (i = avahi_hashmap_lookup(s->entries_by_key, e->record->key); i; i = i->by_key_next) { in is_duplicate_entry()
Ddns.c184 if (p->name_table && (prev = avahi_hashmap_lookup(p->name_table, name))) { in avahi_dns_packet_append_name()
Diface.c551 return avahi_hashmap_lookup(m->hashmap, &idx); in avahi_interface_monitor_get_hw_interface()