Searched refs:hash_node_t (Results 1 – 1 of 1) sorted by relevance
351 } hash_node_t; typedef354 hash_node_t *hash_table[HASHSIZE];356 static hash_node_t *360 hash_node_t *node; in hash_insert()374 node = calloc(1, sizeof (hash_node_t)); in hash_insert()386 add_child(hash_node_t *parent, hash_node_t *child) in add_child()388 hash_node_t *node; in add_child()400 print_all(hash_node_t *parent, int indent) in print_all()403 hash_node_t *node; in print_all()424 hash_node_t *parent, *child, *srk = NULL; in cmd_keyinfo()