Home
last modified time | relevance | path

Searched refs:find_slot (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/
Ddict.c215 find_slot(struct dict *dict, const void *key, in find_slot() function
375 size_t slot_n = find_slot(dict, key, &found, &should_rehash, NULL); in dict_insert()
406 size_t slot_n = find_slot(dict, key, &found, NULL, NULL); in dict_find()
421 size_t slot_n = find_slot(dict, key, &found, NULL, &i); in dict_erase()
/external/avahi/avahi-core/
Dserver.c756 static AvahiLegacyUnicastReflectSlot* find_slot(AvahiServer *s, uint16_t id) { in find_slot() function
999 if (!(slot = find_slot(s, avahi_dns_packet_get_field(p, AVAHI_DNS_FIELD_ID)))) { in dispatch_legacy_unicast_packet()