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

  /external/avahi/avahi-core/
hashmap.h 48 unsigned avahi_int_hash(const void *data);
hashmap.c 233 unsigned avahi_int_hash(const void *data) { function
iface.c 497 m->hashmap = avahi_hashmap_new(avahi_int_hash, avahi_int_equal, NULL, NULL);
wide-area.c 614 e->lookups_by_id = avahi_hashmap_new((AvahiHashFunc) avahi_int_hash, (AvahiEqualFunc) avahi_int_equal, NULL, NULL);

Completed in 95 milliseconds