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

/freebsd-10-stable/contrib/libucl/uthash/
H A Duthash.h583 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \
588 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \
605 HASH_MAKE_TABLE(hh_dst,dst); \
607 _dst_hh->tbl = (dst)->hh_dst.tbl; \
611 (dst)->hh_dst.tbl->num_items++; \
618 HASH_FSCK(hh_dst,dst); \

Completed in 45 milliseconds