Searched refs:hashtblptr (Results 1 – 1 of 1) sorted by relevance
72 hash_tbl *hashtblptr; in hash_Init() local78 hashtblptr = (hash_tbl *) malloc(totalsize); in hash_Init()79 if (hashtblptr) { in hash_Init()80 bzero((char *) hashtblptr, totalsize); in hash_Init()81 hashtblptr->size = tablesize; /* Success! */ in hash_Init()82 hashtblptr->bucketnum = 0; in hash_Init()83 hashtblptr->member = (hashtblptr->table)[0]; in hash_Init()86 hashtblptr = NULL; /* Disallow zero-length tables */ in hash_Init()88 return hashtblptr; /* NULL if failure */ in hash_Init()