_thh 323 src/dps8/uthash.h struct UT_hash_handle *_thh; \ _thh 328 src/dps8/uthash.h _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \ _thh 330 src/dps8/uthash.h while (_thh) { \ _thh 331 src/dps8/uthash.h if (_prev != (char*)(_thh->hh_prev)) { \ _thh 333 src/dps8/uthash.h _thh->hh_prev, _prev ); \ _thh 336 src/dps8/uthash.h _prev = (char*)(_thh); \ _thh 337 src/dps8/uthash.h _thh = _thh->hh_next; \ _thh 352 src/dps8/uthash.h _thh = &(head)->hh; \ _thh 353 src/dps8/uthash.h while (_thh) { \ _thh 355 src/dps8/uthash.h if (_prev !=(char*)(_thh->prev)) { \ _thh 357 src/dps8/uthash.h _thh->prev, _prev ); \ _thh 359 src/dps8/uthash.h _prev = (char*)ELMT_FROM_HH((head)->hh.tbl, _thh); \ _thh 360 src/dps8/uthash.h _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \