Home
last modified time | relevance | path

Searched refs:DICT_DESTROY (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/
Ddict.c563 DICT_DESTROY(&di, int, int, NULL, NULL, NULL); in test1()
579 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL); in test1()
619 DICT_DESTROY(&copy, int, int, NULL, NULL, NULL); in test_erase()
621 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL); in test_erase()
Dprototype.c169 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()
Dsummary.c182 DICT_DESTROY(dict_opt_c, const char *, in summary_account_call()
Ddict.h189 #define DICT_DESTROY(DICTP, KEY_TYPE, VALUE_TYPE, DTOR_KEY, DTOR_VALUE, DATA) \ macro