Lines Matching refs:hho
80 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
137 (head)->hh.tbl->hho = (char*)(&(head)->hh) - (char*)(head); \
207 (head)->hh.tbl->hho); \
211 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
217 (head)->hh.tbl->hho))->prev = \
292 (head)->hh.tbl->hho) : NULL ); \
780 (head)->hh.tbl->hho)) : NULL); \
789 (head)->hh.tbl->hho)) : NULL); \
795 (head)->hh.tbl->hho)) : NULL); \
804 (head)->hh.tbl->hho)) : NULL); \
810 (head)->hh.tbl->hho)) : NULL); \
933 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */ member