PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
HASH_CLEAR
#define HASH_CLEAR
(
hh,
head
)
Value:
do
{ \
if (
head
!= NULL) { \
uthash_free((
head
)->hh.tbl->buckets, \
(
head
)->hh.tbl->num_buckets*
sizeof
(
struct
UT_hash_bucket
)); \
HASH_BLOOM_FREE((
head
)->hh.tbl); \
uthash_free((
head
)->hh.tbl,
sizeof
(
UT_hash_table
)); \
(
head
)=NULL; \
} \
}
while
(0)
UT_hash_table
Definition:
uthash.h:1049
UT_hash_bucket
Definition:
uthash.h:1025
quantile_llist::head
struct quantile_llist_element * head
Definition:
librtcore.h:2348
Definition at line
993
of file
uthash.h
.
Referenced by
encode_keys()
, and
encode_values()
.
postgis
uthash.h
Generated by
1.8.13