Searched refs:hash_elem_t (Results 1 – 3 of 3) sorted by relevance
72 } hash_elem_t; typedef76 hash_elem_t **tbl;
93 typedef struct hash_elem hash_elem_t; typedef99 hash_elem_t **tbl;
424 static hash_elem_t *427 hash_elem_t *n; in hash_newobj()438 static hash_elem_t *441 hash_elem_t *n; in hash_newhdl()461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE); in hash_init()476 hash_elem_t *n; in hash_add_newobj()492 hash_elem_t *n; in hash_add_newhdl()513 hash_elem_t *nxt; in hash_remove()514 hash_elem_t *cur; in hash_remove()548 hash_elem_t *tmp; in hash_lookup_obj()[all …]