Lines Matching refs:dst
50 #define DECLTYPE_ASSIGN(dst,src) \ argument
52 char **_da_dst = (char**)(&(dst)); \
56 #define DECLTYPE_ASSIGN(dst,src) \ argument
58 (dst) = DECLTYPE(dst)(src); \
825 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
830 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \
845 if (!dst) { \
846 DECLTYPE_ASSIGN(dst,_elt); \
847 HASH_MAKE_TABLE(hh_dst,dst); \
849 _dst_hh->tbl = (dst)->hh_dst.tbl; \
853 (dst)->hh_dst.tbl->num_items++; \
860 HASH_FSCK(hh_dst,dst); \