Searched refs:htab_item_t (Results 1 – 2 of 2) sorted by relevance
537 htab_item_t **items; in enlarge_htab()540 htab_item_t *item, *tmp, **itemp; in enlarge_htab()549 items = (htab_item_t **)calloc( in enlarge_htab()550 newsz * tab->chunks, sizeof (htab_item_t *)); in enlarge_htab()621 htab_item_t **items = NULL; in htab_create()630 items = (htab_item_t **)calloc( in htab_create()631 count * chunks, sizeof (htab_item_t *)); in htab_create()704 htab_item_t *items = NULL, **itemp; in htab_add()737 items = (htab_item_t *)calloc(tab->chunks, sizeof (htab_item_t)); in htab_add()844 htab_item_t *items = NULL; in htab_remove()[all …]
48 } htab_item_t; typedef63 htab_item_t **items;