HomeSort by relevance Sort by last modified time
    Searched refs:dict_destroy (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/e2fsck/
dict.h 91 extern void dict_destroy(dict_t *);
dict.c 297 void dict_destroy(dict_t *dict) function
    [all...]
  /external/ltrace/
dict.h 182 void dict_destroy(struct dict *dict,
189 #define DICT_DESTROY(DICTP, KEY_TYPE, VALUE_TYPE, DTOR_KEY, DTOR_VALUE, DATA) \
197 dict_destroy(_d, (void (*)(void *, void *))_key_dtor_cb, \
dict.c 115 dict_destroy(target, dtor_key, dtor_value, data);
151 dict_destroy(struct dict *dict, function
281 * dict_destroy), we first make a request to _reserve_ enough
315 dict_destroy(&tmp, NULL, NULL, NULL);
563 DICT_DESTROY(&di, int, int, NULL, NULL, NULL);
579 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL);
619 DICT_DESTROY(&copy, int, int, NULL, NULL, NULL);
621 DICT_DESTROY(&d2, int, int, NULL, NULL, NULL);
proc.c 128 dict_destroy(proc->breakpoints,
185 dict_destroy(proc->breakpoints, NULL, NULL, NULL);
284 dict_destroy(proc->breakpoints, NULL, NULL, NULL);

Completed in 656 milliseconds