Lines Matching refs:hho
110 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho)))
181 (head)->hh.tbl->hho = (char*)(&(head)->hh) - (char*)(head); \
352 (head)->hh.tbl->hho); \
356 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
362 (head)->hh.tbl->hho))->prev = \
443 (head)->hh.tbl->hho) : NULL ); \
866 (head)->hh.tbl->hho)) : NULL); \
875 (head)->hh.tbl->hho)) : NULL); \
882 (head)->hh.tbl->hho)) : NULL); \
893 (head)->hh.tbl->hho)) : NULL); \
900 (head)->hh.tbl->hho)) : NULL); \
1035 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */ member