Searched refs:DICT_ERASE (Results 1 – 3 of 3) sorted by relevance
/external/ltrace/ |
D | dict.h | 167 #define DICT_ERASE(DICTP, KEYP, VALUE_TYPE, DTOR_KEY, DTOR_VALUE, DATA) \ macro
|
D | dict.c | 574 assert(DICT_ERASE(&d2, &keys[i + 1], int, in test1() 604 DICT_ERASE(©, &key, int, NULL, NULL, NULL); in test_erase()
|
D | proc.c | 1046 int rc = DICT_ERASE(proc->breakpoints, &bp->addr, struct breakpoint *, in proc_remove_breakpoint()
|