Searched refs:hashtab_ptr_t (Results 1 – 2 of 2) sorted by relevance
55 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size); in hashtab_create()61 p->htable[i] = (hashtab_ptr_t) NULL; in hashtab_create()69 hashtab_ptr_t *new_htable, *dst, cur, next; in hashtab_check_resize()108 hashtab_ptr_t prev, cur, newnode; in hashtab_insert()126 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); in hashtab_insert()149 hashtab_ptr_t cur, last; in hashtab_remove()181 hashtab_ptr_t cur; in hashtab_search()200 hashtab_ptr_t cur, temp; in hashtab_destroy()226 hashtab_ptr_t cur; in hashtab_map()247 hashtab_ptr_t cur; in hashtab_hash_eval()
29 typedef struct hashtab_node *hashtab_ptr_t; typedef34 hashtab_ptr_t next;38 hashtab_ptr_t *htable; /* hash table */