Searched refs:_ohash_record (Results 1 – 5 of 5) sorted by relevance
27 struct _ohash_record *n; in ohash_resize()43 n = (h->info.halloc)(sizeof(struct _ohash_record) * ns, h->info.data); in ohash_resize()60 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size, in ohash_resize()
9 struct _ohash_record { struct
26 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size, in ohash_delete()
38 h->t = (h->info.halloc)(sizeof(struct _ohash_record) * h->size, in ohash_init()
38 struct _ohash_record;41 struct _ohash_record *t;