PostGIS
2.5.7dev-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; \
}
genraster.count
int count
Definition:
genraster.py:56
Definition at line
769
of file
uthash.h
.
postgis
uthash.h
Generated by
1.9.1