Home
last modified time | relevance | path

Searched refs:kh_put (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_hash.c315 k = kh_put (ucl_hash_caseless_node, h, obj, &ret); in ucl_hash_insert()
326 k = kh_put (ucl_hash_node, h, obj, &ret); in ucl_hash_insert()
355 k = kh_put (ucl_hash_caseless_node, h, old, &ret); in ucl_hash_replace()
359 k = kh_put (ucl_hash_caseless_node, h, new, &ret); in ucl_hash_replace()
369 k = kh_put (ucl_hash_node, h, old, &ret); in ucl_hash_replace()
373 k = kh_put (ucl_hash_node, h, new, &ret); in ucl_hash_replace()
/freebsd/contrib/libucl/klib/
H A Dkhash.h474 #define kh_put(name, h, k, r) kh_put_##name(h, k, r) macro