Searched refs:avahi_hashmap_lookup (Results 1 – 12 of 12) sorted by relevance
/external/avahi/avahi-core/ |
D | hashmap-test.c | 48 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()
|
D | wide-area.c | 112 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()
|
D | querier.c | 105 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()
|
D | multicast-lookup.c | 108 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()
|
D | hashmap.h | 36 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key);
|
D | cache.c | 44 t = avahi_hashmap_lookup(c->hashmap, e->record->key); in remove_entry() 111 return avahi_hashmap_lookup(c->hashmap, k); in lookup_key()
|
D | server.c | 77 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()
|
D | entry.c | 84 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()
|
D | hashmap.c | 114 void* avahi_hashmap_lookup(AvahiHashmap *m, const void *key) { in avahi_hashmap_lookup() function
|
D | announce.c | 375 for (i = avahi_hashmap_lookup(s->entries_by_key, e->record->key); i; i = i->by_key_next) { in is_duplicate_entry()
|
D | dns.c | 184 if (p->name_table && (prev = avahi_hashmap_lookup(p->name_table, name))) { in avahi_dns_packet_append_name()
|
D | iface.c | 551 return avahi_hashmap_lookup(m->hashmap, &idx); in avahi_interface_monitor_get_hw_interface()
|