Home
last modified time | relevance | path

Searched refs:htable_debug (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/
H A Dhtable.h13 #define htable_debug(h, loc) htable_check((h), loc) macro
15 #define htable_debug(h, loc) ((void)loc, h) macro
141 htable_add_(htable_debug(ht, HTABLE_LOC), hash, p)
153 htable_del_(htable_debug(ht, HTABLE_LOC), hash, p)
176 htable_firstval_(htable_debug(htable, HTABLE_LOC), i, hash)
190 htable_nextval_(htable_debug(htable, HTABLE_LOC), i, hash)
226 htable_first_(htable_debug(htable, HTABLE_LOC), i)
238 htable_next_(htable_debug(htable, HTABLE_LOC), i)
255 htable_prev_(htable_debug(htable, HTABLE_LOC), i)
267 htable_delval_(htable_debug(htable, HTABLE_LOC), i)
[all …]
H A Dhtable.c116 (void)htable_debug(ht, HTABLE_LOC); in htable_init_sized()
254 (void)htable_debug(ht, HTABLE_LOC); in double_table()
280 (void)htable_debug(ht, HTABLE_LOC); in rehash_table()
302 (void)htable_debug(ht, HTABLE_LOC); in update_common()
326 (void)htable_debug(ht, HTABLE_LOC); in update_common()