Searched refs:str_hash (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_strtab.c75 sp->str_hash = malloc(nbuckets * sizeof (dt_strhash_t *));
77 if (sp->str_hash == NULL)
80 bzero(sp->str_hash, nbuckets * sizeof (dt_strhash_t *));
107 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
116 if (sp->str_hash != NULL)
117 free(sp->str_hash);
220 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
252 hp->str_next = sp->str_hash[h];
263 sp->str_hash[h] = hp;
H A Ddt_strtab.h51 dt_strhash_t **str_hash; /* array of hash buckets */ member in struct:dt_strtab

Completed in 43 milliseconds