HomeSort by relevance Sort by last modified time
    Searched refs:avahi_hashmap_remove (Results 1 - 10 of 10) sorted by null

  /external/avahi/avahi-core/
hashmap-test.c 54 avahi_hashmap_remove(m, "bla");
hashmap.h 39 void avahi_hashmap_remove(AvahiHashmap *m, const void *key);
hashmap.c 189 void avahi_hashmap_remove(AvahiHashmap *m, const void *key) { function
querier.c 56 avahi_hashmap_remove(q->interface->queriers_by_key, q->key);
multicast-lookup.c 153 avahi_hashmap_remove(l->engine->lookups_by_key, l->key);
wide-area.c 283 avahi_hashmap_remove(l->engine->lookups_by_key, l->key);
287 avahi_hashmap_remove(l->engine->lookups_by_id, &l->id);
340 avahi_hashmap_remove(c->engine->cache_by_key, c->record->key);
cache.c 49 avahi_hashmap_remove(c->hashmap, e->record->key);
dns.c 159 avahi_hashmap_remove(p->name_table, key);
iface.c 320 avahi_hashmap_remove(hw->monitor->hashmap, &hw->index);
entry.c 89 avahi_hashmap_remove(s->entries_by_key, e->record->key);
    [all...]

Completed in 77 milliseconds