Searched refs:dict_dtor_string (Results 1 – 4 of 4) sorted by relevance
/external/ltrace/ |
D | prototype.c | 170 dict_dtor_string, destroy_prototype_cb, NULL); in protolib_destroy() 173 dict_dtor_string, destroy_named_type_cb, NULL); in protolib_destroy() 331 dict_dtor_string, destroy_protolib_cb, NULL); in protolib_cache_destroy()
|
D | dict.h | 241 void dict_dtor_string(const char **key, void *data);
|
D | dict.c | 493 dict_dtor_string(const char **key, void *data) in dict_dtor_string() function
|
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 143 VECT_DESTROY(&dirs, const char *, dict_dtor_string, NULL); in os_get_config_dirs()
|