Lines Matching refs:hho
101 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
159 (head)->hh.tbl->hho = (char*)(&(head)->hh) - (char*)(head); \
239 (head)->hh.tbl->hho); \
243 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
249 (head)->hh.tbl->hho))->prev = \
330 (head)->hh.tbl->hho) : NULL ); \
755 (head)->hh.tbl->hho)) : NULL); \
764 (head)->hh.tbl->hho)) : NULL); \
771 (head)->hh.tbl->hho)) : NULL); \
782 (head)->hh.tbl->hho)) : NULL); \
789 (head)->hh.tbl->hho)) : NULL); \
924 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */ member