Lines Matching refs:hho
90 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
147 (head)->hh.tbl->hho = (char*)(&(head)->hh) - (char*)(head); \
217 (head)->hh.tbl->hho); \
221 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
227 (head)->hh.tbl->hho))->prev = \
310 (head)->hh.tbl->hho) : NULL ); \
728 (head)->hh.tbl->hho)) : NULL); \
737 (head)->hh.tbl->hho)) : NULL); \
743 (head)->hh.tbl->hho)) : NULL); \
752 (head)->hh.tbl->hho)) : NULL); \
758 (head)->hh.tbl->hho)) : NULL); \
881 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */ member