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

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.h88 const void* ucl_hash_iterate2 (ucl_hash_t *hashlin, ucl_hash_iter_t *iter, int *ep);
93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL)
H A Ducl_hash.c390 ucl_hash_iterate2 (ucl_hash_t *hashlin, ucl_hash_iter_t *iter, int *ep) function
H A Ducl_util.c2720 return (const ucl_object_t*)ucl_hash_iterate2 (obj->value.ov, iter, ep);

Completed in 171 milliseconds