Searched refs:avahi_hashmap_replace (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c52 avahi_hashmap_replace(m, avahi_strdup("bla"), avahi_strdup("#3"));
H A Dhashmap.h40 int avahi_hashmap_replace(AvahiHashmap *m, void *key, void *value);
H A Dcache.c51 avahi_hashmap_replace(c->hashmap, t->record->key, t);
331 avahi_hashmap_replace(c->hashmap, r->key, e);
358 avahi_hashmap_replace(c->hashmap, e->record->key, first);
H A Dmulticast-lookup.c112 avahi_hashmap_replace(e->lookups_by_key, avahi_key_ref(l->key), t);
153 avahi_hashmap_replace(l->engine->lookups_by_key, avahi_key_ref(l->key), t);
H A Dhashmap.c158 int avahi_hashmap_replace(AvahiHashmap *m, void *key, void *value) { function
H A Dwide-area.c267 avahi_hashmap_replace(e->lookups_by_key, avahi_key_ref(l->key), t);
283 avahi_hashmap_replace(l->engine->lookups_by_key, avahi_key_ref(l->key), t);
340 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
435 avahi_hashmap_replace(e->cache_by_key, avahi_key_ref(r->key), t);
H A Dentry.c89 avahi_hashmap_replace(s->entries_by_key, t->record->key, t);
267 avahi_hashmap_replace(s->entries_by_key, e->record->key, e);
301 avahi_hashmap_replace(s->entries_by_key, e->record->key, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c52 avahi_hashmap_replace(m, avahi_strdup("bla"), avahi_strdup("#3"));
H A Dhashmap.h40 int avahi_hashmap_replace(AvahiHashmap *m, void *key, void *value);
H A Dcache.c51 avahi_hashmap_replace(c->hashmap, t->record->key, t);
331 avahi_hashmap_replace(c->hashmap, r->key, e);
358 avahi_hashmap_replace(c->hashmap, e->record->key, first);
H A Dmulticast-lookup.c112 avahi_hashmap_replace(e->lookups_by_key, avahi_key_ref(l->key), t);
153 avahi_hashmap_replace(l->engine->lookups_by_key, avahi_key_ref(l->key), t);
H A Dhashmap.c158 int avahi_hashmap_replace(AvahiHashmap *m, void *key, void *value) { function
H A Dwide-area.c267 avahi_hashmap_replace(e->lookups_by_key, avahi_key_ref(l->key), t);
283 avahi_hashmap_replace(l->engine->lookups_by_key, avahi_key_ref(l->key), t);
340 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
435 avahi_hashmap_replace(e->cache_by_key, avahi_key_ref(r->key), t);
H A Dentry.c89 avahi_hashmap_replace(s->entries_by_key, t->record->key, t);
267 avahi_hashmap_replace(s->entries_by_key, e->record->key, e);
301 avahi_hashmap_replace(s->entries_by_key, e->record->key, t);

Completed in 134 milliseconds