Home
last modified time | relevance | path

Searched refs:DICT_ERASE (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Ddict.h167 #define DICT_ERASE(DICTP, KEYP, VALUE_TYPE, DTOR_KEY, DTOR_VALUE, DATA) \ macro
Ddict.c574 assert(DICT_ERASE(&d2, &keys[i + 1], int, in test1()
604 DICT_ERASE(&copy, &key, int, NULL, NULL, NULL); in test_erase()
Dproc.c1046 int rc = DICT_ERASE(proc->breakpoints, &bp->addr, struct breakpoint *, in proc_remove_breakpoint()