Searched refs:ucl_hash_iterate (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.h84 void* ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter);
H A Ducl_hash.c64 ucl_hash_iterate (ucl_hash_t *hashlin, ucl_hash_iter_t *iter) function
H A Ducl_emitter.c154 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
358 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
526 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
H A Ducl_util.c1213 return (ucl_object_t*)ucl_hash_iterate (obj->value.ov, iter);

Completed in 122 milliseconds