PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ HASH_FIND

#define HASH_FIND (   hh,
  head,
  keyptr,
  keylen,
  out 
)
Value:
do { \
unsigned _hf_hashv; \
HASH_VALUE(keyptr, keylen, _hf_hashv); \
HASH_FIND_BYHASHVALUE(hh, head, keyptr, keylen, _hf_hashv, out); \
} while (0)
struct quantile_llist_element * head
Definition: librtcore.h:2348

Definition at line 132 of file uthash.h.

Referenced by add_value_as_string(), get_key_index(), and GetPrepGeomHashEntry().