Home
last modified time | relevance | path

Searched defs:htable_get (Results 1 – 6 of 6) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dhtable.h110 #define htable_get(table,hash) ((table)[(hash)&(DEFAULT_HTABLE_SIZE-1)]) macro
128 #define htable_get(table,hash) ((table)[(hash)%DEFAULT_HTABLE_SIZE]) macro
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/include/faup/hash/
H A Dhtable.h147 static inline void *htable_get(const struct htable *ht, in htable_get() function
/dports/net/ocserv/ocserv-1.1.3/src/ccan/htable/
H A Dhtable.h132 static inline void *htable_get(const struct htable *ht, in htable_get() function
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/
H A Dhtable.h203 static inline void *htable_get(const struct htable *ht, in htable_get() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/common/
H A Dhtable.c213 void *htable_get(const struct htable *htable, const void *key) in htable_get() function
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-table.c306 htable_get(Table ht, KVS kvs, void *name) in htable_get() function