Searched refs:DICT_EACH (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/ |
D | summary.c | 126 DICT_EACH(dict_opt_c, const char *, struct opt_c_struct, NULL, in show_summary()
|
D | dict.h | 213 #define DICT_EACH(DICTP, KEY_TYPE, VALUE_TYPE, START_AFTER, CB, DATA) \ macro
|
D | dict.c | 527 for (it = NULL; (it = DICT_EACH(di, int, int, it, dump, seen)) != NULL;) in verify() 572 DICT_EACH(&d2, int, int, NULL, fill_keys, keys); in test1()
|
D | proc.c | 409 if (DICT_EACH(proc->leader->breakpoints, in process_clone() 1078 return DICT_EACH(proc->breakpoints, in proc_each_breakpoint()
|
D | breakpoints.c | 398 DICT_EACH(proc->breakpoints, arch_addr_t, struct breakpoint *, in disable_all_breakpoints()
|