PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ HASH_AKBI_INNER_LOOP

#define HASH_AKBI_INNER_LOOP (   hh,
  head,
  add,
  cmpfcn 
)
Value:
do { \
do { \
if (cmpfcn(DECLTYPE(head)(_hs_iter), add) > 0) \
break; \
} while ((_hs_iter = HH_FROM_ELMT((head)->hh.tbl, _hs_iter)->next)); \
} while (0)
struct quantile_llist_element * head
Definition: librtcore.h:2348
#define DECLTYPE(x)
Definition: uthash.h:47
#define HH_FROM_ELMT(tbl, elp)
Definition: uthash.h:113

Definition at line 234 of file uthash.h.