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

  /external/e2fsprogs/e2fsck/
dict.h 63 typedef struct dict_t { struct
76 } dict_t; typedef in typeref:struct:dict_t
78 typedef void (*dnode_process_t)(dict_t *, dnode_t *, void *);
82 dict_t *dict_dictptr;
89 extern dict_t *dict_create(dictcount_t, dict_comp_t);
90 extern void dict_set_allocator(dict_t *, dnode_alloc_t, dnode_free_t, void *);
91 extern void dict_destroy(dict_t *);
92 extern void dict_free_nodes(dict_t *);
93 extern void dict_free(dict_t *);
94 extern dict_t *dict_init(dict_t *, dictcount_t, dict_comp_t)
    [all...]
dict.c 138 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil)
156 static int verify_bintree(dict_t *dict)
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
257 dict_t *new = malloc(sizeof *new);
280 void dict_set_allocator(dict_t *dict, dnode_alloc_t al,
297 void dict_destroy(dict_t *dict)
309 void dict_free_nodes(dict_t *dict)
322 void dict_free(dict_t *dict)
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp
    [all...]
pass1b.c 101 static dict_t blk_dict, ino_dict;
pass2.c 727 static dict_t de_dict;
    [all...]

Completed in 316 milliseconds