Lines Matching refs:hashtab_ptr_t
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 prev, cur, newnode; in hashtab_insert()
85 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); in hashtab_insert()
108 hashtab_ptr_t cur, last; in hashtab_remove()
141 hashtab_ptr_t prev, cur, newnode; in hashtab_replace()
160 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); in hashtab_replace()
182 hashtab_ptr_t cur; in hashtab_search()
201 hashtab_ptr_t cur, temp; in hashtab_destroy()
227 hashtab_ptr_t cur; in hashtab_map()
254 hashtab_ptr_t last, cur, temp; in hashtab_map_remove_on_error()
291 hashtab_ptr_t cur; in hashtab_hash_eval()