Home
last modified time | relevance | path

Searched refs:ucl_hash_iterate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_hash.h93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL) macro
H A Ducl_emitter.c319 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) { in ucl_emitter_common_start_object()
H A Ducl_util.c2575 while ((cur = (ucl_object_t *) ucl_hash_iterate (elt->value.ov,