Searched refs:hashtab_val_t (Results 1 – 2 of 2) sorted by relevance
43 } hashtab_val_t; typedef45 typedef hashtab_val_t *hashtab_t;
46 p = (hashtab_t) malloc(sizeof(hashtab_val_t)); in hashtab_create()50 memset(p, 0, sizeof(hashtab_val_t)); in hashtab_create()