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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter.c299 ucl_hash_iter_t it = NULL;
H A Ducl_hash.c335 ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter)
370 ucl_hash_iter_has_next (ucl_hash_t *hashlin, ucl_hash_iter_t iter)
H A Ducl_hash.h36 typedef void* ucl_hash_iter_t; typedef
86 const void* ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter);
91 bool ucl_hash_iter_has_next (ucl_hash_t *hashlin, ucl_hash_iter_t iter);

Completed in 111 milliseconds