Home
last modified time | relevance | path

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

/dragonfly/usr.bin/m4/lib/
H A Dohash_do.c29 struct _ohash_record *n; in ohash_resize()
45 n = (h->info.halloc)(sizeof(struct _ohash_record) * ns, h->info.data); in ohash_resize()
62 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size, in ohash_resize()
H A Dohash.h37 struct _ohash_record;
40 struct _ohash_record *t;
H A Dohash_int.h11 struct _ohash_record { struct
H A Dohash_delete.c28 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size, in ohash_delete()
H A Dohash_init.c40 h->t = (h->info.halloc)(sizeof(struct _ohash_record) * h->size, in ohash_init()
/dragonfly/contrib/mdocml/
H A Dcompat_ohash.h35 struct _ohash_record;
39 struct _ohash_record *t;
H A Dcompat_ohash.c28 struct _ohash_record { struct
75 struct _ohash_record *n; in ohash_resize()
96 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data); in ohash_resize()
203 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record), in ohash_init()