Home
last modified time | relevance | path

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

/openbsd/usr.bin/ctfconv/
H A Dhash.c26 struct _hash_record { struct
32 struct _hash_record *t; argument
62 struct _hash_record *n; in hash_resize()
79 n = calloc(ns, sizeof(struct _hash_record)); in hash_resize()
165 h->t = calloc(h->size, sizeof(struct _hash_record)); in hash_init()