Lines Matching refs:dst
46 #define DECLTYPE_ASSIGN(dst,src) \ argument
48 char **_da_dst = (char**)(&(dst)); \
52 #define DECLTYPE_ASSIGN(dst,src) \ argument
54 (dst) = DECLTYPE(dst)(src); \
842 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
847 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \
862 if (!dst) { \
863 DECLTYPE_ASSIGN(dst,_elt); \
864 HASH_MAKE_TABLE(hh_dst,dst); \
866 _dst_hh->tbl = (dst)->hh_dst.tbl; \
870 (dst)->hh_dst.tbl->num_items++; \
877 HASH_FSCK(hh_dst,dst); \