Searched refs:hashtblptr (Results 1 – 1 of 1) sorted by relevance
82 register hash_tbl *hashtblptr; local88 hashtblptr = (hash_tbl *) malloc(totalsize);89 if (hashtblptr) {90 bzero((char *) hashtblptr, totalsize);91 hashtblptr->size = tablesize; /* Success! */92 hashtblptr->bucketnum = 0;93 hashtblptr->member = (hashtblptr->table)[0];96 hashtblptr = NULL; /* Disallow zero-length tables */98 return hashtblptr; /* NULL if failure */