Home
last modified time | relevance | path

Searched refs:_ohash_record (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libc/ohash/
Dohash_do.c27 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()
Dohash_int.h9 struct _ohash_record { struct
Dohash_delete.c26 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size, in ohash_delete()
Dohash_init.c38 h->t = (h->info.halloc)(sizeof(struct _ohash_record) * h->size, in ohash_init()
/mirbsd/src/include/
Dohash.h38 struct _ohash_record;
41 struct _ohash_record *t;