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