Searched refs:DICT_DESTROY (Results 1 – 4 of 4) sorted by relevance
/external/ltrace/ |
D | dict.c | 563 DICT_DESTROY(&di, int, int, NULL, NULL, NULL); in test1() 579 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL); in test1() 619 DICT_DESTROY(©, int, int, NULL, NULL, NULL); in test_erase() 621 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL); in test_erase()
|
D | prototype.c | 169 DICT_DESTROY(&plib->prototypes, const char *, struct prototype, in protolib_destroy() 172 DICT_DESTROY(&plib->named_types, const char *, struct named_type, in protolib_destroy() 330 DICT_DESTROY(&cache->protolibs, const char *, struct protolib *, in protolib_cache_destroy()
|
D | summary.c | 182 DICT_DESTROY(dict_opt_c, const char *, in summary_account_call()
|
D | dict.h | 189 #define DICT_DESTROY(DICTP, KEY_TYPE, VALUE_TYPE, DTOR_KEY, DTOR_VALUE, DATA) \ macro
|