Home
last modified time | relevance | path

Searched refs:hh_prev (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libucl/uthash/
H A Duthash.h292 if (_prev != (char*)(_thh->hh_prev)) { \
294 _thh->hh_prev, _prev ); \
387 (addhh)->hh_prev = NULL; \
388 if (head.hh_head) { (head).hh_head->hh_prev = (addhh); } \
402 if (hh_del->hh_prev) { \
403 hh_del->hh_prev->hh_next = hh_del->hh_next; \
406 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
465 _he_thh->hh_prev = NULL; \
467 if (_he_newbkt->hh_head) _he_newbkt->hh_head->hh_prev = \
713 struct UT_hash_handle *hh_prev; /* previous hh in bucket order */ member
/src/contrib/elftoolchain/common/
H A Duthash.h276 if (_prev != (char*)(_thh->hh_prev)) { \
278 _thh->hh_prev, _prev ); \
600 (addhh)->hh_prev = NULL; \
601 if (head.hh_head) { (head).hh_head->hh_prev = (addhh); } \
615 if (hh_del->hh_prev) { \
616 hh_del->hh_prev->hh_next = hh_del->hh_next; \
619 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
678 _he_thh->hh_prev = NULL; \
680 if (_he_newbkt->hh_head) _he_newbkt->hh_head->hh_prev = \
912 struct UT_hash_handle *hh_prev; /* previous hh in bucket order */ member