Searched refs:dict_each (Results 1 – 2 of 2) sorted by relevance
/external/ltrace/ |
D | dict.h | 210 void *dict_each(struct dict *dict, void *start_after, 222 (KEY_TYPE *)dict_each((DICTP), _start_after, \
|
D | dict.c | 113 if (dict_each((struct dict *)source, NULL, in dict_clone() 163 dict_each(dict, NULL, destroy_cb, &destroy_data); in dict_destroy() 300 if (dict_each(dict, NULL, rehash_move, &tmp) != NULL) in rehash() 445 dict_each(struct dict *dict, void *start_after, in dict_each() function
|