Searched defs:find_slot (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Ddict.c215 find_slot(struct dict *dict, const void *key, function
375 size_t slot_n = find_slot(dict, key, &found, &should_rehash, NULL);
406 size_t slot_n = find_slot(dict, key, &found, NULL, NULL);
421 size_t slot_n = find_slot(dict, key, &found, NULL, &i);

Completed in 99 milliseconds