HomeSort by: relevance | last modified time | path
    Searched defs:hashtblptr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
hash.c 78 hash_tbl *hashtblptr;
84 hashtblptr = (hash_tbl *) malloc(totalsize);
85 if (hashtblptr) {
86 bzero((char *) hashtblptr, totalsize);
87 hashtblptr->size = tablesize; /* Success! */
88 hashtblptr->bucketnum = 0;
89 hashtblptr->member = (hashtblptr->table)[0];
92 hashtblptr = NULL; /* Disallow zero-length tables */
94 return hashtblptr; /* NULL if failure *
77 hash_tbl *hashtblptr; local in function:hash_Init
    [all...]
hash.c 78 hash_tbl *hashtblptr;
84 hashtblptr = (hash_tbl *) malloc(totalsize);
85 if (hashtblptr) {
86 bzero((char *) hashtblptr, totalsize);
87 hashtblptr->size = tablesize; /* Success! */
88 hashtblptr->bucketnum = 0;
89 hashtblptr->member = (hashtblptr->table)[0];
92 hashtblptr = NULL; /* Disallow zero-length tables */
94 return hashtblptr; /* NULL if failure *
77 hash_tbl *hashtblptr; local in function:hash_Init
    [all...]

Completed in 54 milliseconds