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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.h76 const ucl_object_t* ucl_hash_search (ucl_hash_t* hashlin, const char *key,
H A Ducl_internal.h401 return (const ucl_object_t *)ucl_hash_search (hashlin, obj->key, obj->keylen);
H A Ducl_hash.c379 ucl_hash_search (ucl_hash_t* hashlin, const char *key, unsigned keylen) function
H A Ducl_util.c1040 old_obj = __DECONST (ucl_object_t *, ucl_hash_search (container,
2341 found = __DECONST(ucl_object_t *, ucl_hash_search (top->value.ov, cp->key, cp->keylen));

Completed in 127 milliseconds