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

/external/ltrace/
H A Ddict.c113 if (dict_each((struct dict *)source, NULL,
163 dict_each(dict, NULL, destroy_cb, &destroy_data);
300 if (dict_each(dict, NULL, rehash_move, &tmp) != NULL)
445 dict_each(struct dict *dict, void *start_after, function

Completed in 62 milliseconds