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

  /external/e2fsprogs/contrib/android/
hashmap.h 11 struct hashmap_entry *first;
12 struct hashmap_entry *last;
13 struct hashmap_entry { struct in struct:hashmap
16 struct hashmap_entry *next;
17 struct hashmap_entry *list_next;
18 struct hashmap_entry *list_prev;
26 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it);
27 void hashmap_del(struct hashmap *h, struct hashmap_entry *e);
hashmap.c 19 sizeof(struct hashmap_entry) * size, 1);
30 struct hashmap_entry *e = malloc(sizeof(*e));
48 struct hashmap_entry *iter;
57 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it)
66 struct hashmap_entry *it = h->entries[i];
68 struct hashmap_entry *tmp = it->next;
basefs_allocator.c 39 struct hashmap_entry *it = NULL;
100 struct hashmap_entry *it = NULL;

Completed in 43 milliseconds