PostGIS
2.5.7dev-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_bucket
Definition:
uthash.h:1025
UT_hash_table
Definition:
uthash.h:1049
Definition at line
993
of file
uthash.h
.
postgis
uthash.h
Generated by
1.9.1