Searched refs:ucl_hash_node_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.c41 ucl_hash_node_t *elt, *tmp;
48 UCL_FREE (sizeof (ucl_hash_node_t), elt);
56 ucl_hash_node_t *node;
58 node = UCL_ALLOC (sizeof (ucl_hash_node_t));
66 ucl_hash_node_t *elt = *iter;
88 ucl_hash_node_t *elt = iter;
97 ucl_hash_node_t *found;
113 ucl_hash_node_t *found;
H A Ducl_hash.h36 } ucl_hash_node_t; typedef in typeref:struct:ucl_hash_node_s
48 ucl_hash_node_t *buckets; /**< array of hash buckets. One list for each hash modulus. */

Completed in 86 milliseconds