Searched refs:find_slot (Results 1 – 1 of 1) sorted by relevance
/external/ltrace/ |
D | dict.c | 215 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()
|