Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_hash.c371 DL_REPLACE_ELEM(hashlin->head, elt, nelt); in ucl_hash_replace()
386 DL_REPLACE_ELEM(hashlin->head, elt, nelt); in ucl_hash_replace()
/freebsd/contrib/libucl/uthash/
H A Dutlist.h782 #define DL_REPLACE_ELEM(head, el, add) \ macro