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)
struct quantile_llist_element * head
Definition: librtcore.h:2348

Definition at line 993 of file uthash.h.

Referenced by encode_keys(), and encode_values().