PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
HASH_APPEND_LIST
#define HASH_APPEND_LIST
(
hh,
head,
add
)
Value:
do
{ \
(add)->hh.next = NULL; \
(add)->hh.prev =
ELMT_FROM_HH
((
head
)->hh.tbl, (
head
)->hh.tbl->tail); \
(
head
)->hh.tbl->tail->next = (add); \
(
head
)->hh.tbl->tail = &((add)->hh); \
}
while
(0)
ELMT_FROM_HH
#define ELMT_FROM_HH(tbl, hhp)
Definition:
uthash.h:111
quantile_llist::head
struct quantile_llist_element * head
Definition:
librtcore.h:2348
Definition at line
226
of file
uthash.h
.
postgis
uthash.h
Generated by
1.8.13