PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ HASH_DEL_IN_BKT

#define HASH_DEL_IN_BKT (   hh,
  head,
  hh_del 
)
Value:
(head).count--; \
if ((head).hh_head == hh_del) { \
(head).hh_head = hh_del->hh_next; \
} \
if (hh_del->hh_prev) { \
hh_del->hh_prev->hh_next = hh_del->hh_next; \
} \
if (hh_del->hh_next) { \
hh_del->hh_next->hh_prev = hh_del->hh_prev; \
}
int count
Definition: genraster.py:56
struct quantile_llist_element * head
Definition: librtcore.h:2348

Definition at line 769 of file uthash.h.