Searched refs:sh_hash (Results 1 – 2 of 2) sorted by relevance
124 shp->sh_hash = calloc(shp->sh_hashlen, sizeof (void *)); in fmd_serd_hash_create()135 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = ngp) { in fmd_serd_hash_destroy()141 free(shp->sh_hash); in fmd_serd_hash_destroy()152 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) in fmd_serd_hash_apply()167 sgp->sg_next = shp->sh_hash[h]; in fmd_serd_eng_insert()168 shp->sh_hash[h] = sgp; in fmd_serd_eng_insert()180 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_lookup()192 fmd_serd_eng_t *sgp, **pp = &shp->sh_hash[h]; in fmd_serd_eng_delete()
60 fmd_serd_eng_t **sh_hash; /* hash bucket array for buffers */ member