Home
last modified time | relevance | path

Searched refs:htable_first (Results 1 – 23 of 23) sorted by relevance

/dports/net/ocserv/ocserv-1.1.3/src/common/
H A Dsnapshot.c172 snapshot_entry_t *entry = htable_first(&snapshot->ht, &iter); in snapshot_terminate()
266 snapshot_entry_t *entry = htable_first(&snapshot->ht, iter); in snapshot_first()
303 snapshot_entry_t *entry = htable_first(&snapshot->ht, &iter); in snapshot_entry_count()
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/
H A Dsnapshot.c60 vc = htable_first(&item->values, &iter); in faup_snapshot_item_debug()
259 vc = htable_first(&item->values, &iter); in faup_snapshot_item_free()
414 vc = htable_first(&item->values, &iter); in faup_snapshot_output()
H A Dsnapshot-file.c126 for (vc = htable_first(&item->values, &iter); vc; vc = htable_next(&item->values, &iter)) { in faup_snapshot_item_write()
356 vc_b = htable_first(&item_b->values, &iter_b); in faup_snapshot_compare()
/dports/net/ocserv/ocserv-1.1.3/src/ccan/htable/
H A Dhtable.h154 void *htable_first(const struct htable *htable, struct htable_iter *i);
H A Dhtable_type.h90 return htable_first(&ht->raw, &iter->i); \
H A Dhtable.c99 void *htable_first(const struct htable *ht, struct htable_iter *i) in htable_first() function
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/include/faup/hash/
H A Dhtable.h169 void *htable_first(const struct htable *htable, struct htable_iter *i);
H A Dhtable_type.h98 return htable_first(&ht->raw, &iter->i); \
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dmemleak.c147 for (p = htable_first(ht, &i); p; p = htable_next(ht, &i)) in memleak_remove_htable()
192 i = htable_first(memtable, &it); in memleak_get()
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dsec-mod-cookies.c72 t = htable_first(db, &iter); in handle_secm_list_cookies_reply()
H A Dmain-ban.c108 t = htable_first(db, &iter); in main_ban_db_elems()
326 t = htable_first(db, &iter); in cleanup_banned_entries()
H A Dsec-mod-resume.c191 cache = htable_first(sec->tls_db.ht, &iter); in expire_tls_sessions()
H A Dsec-mod-db.c178 t = htable_first(db, &iter); in cleanup_client_entries()
H A Dip-lease.c56 cache = htable_first(&db->ht, &iter); in ip_lease_deinit()
H A Dtlslib.c420 cache = htable_first(db->ht, &iter); in tls_cache_deinit()
H A Dmain-ctl-unix.c554 e = htable_first(db, &iter); in method_list_banned()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/
H A Dhtable.h225 #define htable_first(htable, i) \ macro
H A Dhtable_type.h168 return htable_first(&ht->raw, &iter->i); \
H A Dhtable.c378 e = htable_first(ht, i); in htable_pick_()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/test/
H A Drun-debug.c165 for (p = htable_first(&ht,&iter); p; p = htable_next(&ht, &iter)) in main()
H A Drun.c162 for (p = htable_first(&ht,&iter); p; p = htable_next(&ht, &iter)) in main()
/dports/net/ocserv/ocserv-1.1.3/src/auth/
H A Dplain.c474 p = htable_first(&hash, &iter);
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/hash/
H A Dhtable.c120 void *htable_first(const struct htable *ht, struct htable_iter *i) in htable_first() function