Searched refs:ucl_hash_iter_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.h40 typedef void* ucl_hash_iter_t; typedef
84 void* ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter);
89 bool ucl_hash_iter_has_next (ucl_hash_iter_t iter);
H A Ducl_hash.c64 ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter)
86 ucl_hash_iter_has_next (ucl_hash_iter_t iter)
H A Ducl_emitter.c143 ucl_hash_iter_t it = NULL;
349 ucl_hash_iter_t it = NULL;
517 ucl_hash_iter_t it = NULL;

Completed in 43 milliseconds