Home
last modified time | relevance | path

Searched defs:UT_hash_table (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h928 typedef struct UT_hash_table { struct
929 UT_hash_bucket *buckets;
930 unsigned num_buckets, log2_num_buckets;
931 unsigned num_items;
932 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
933 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
959 } UT_hash_table; typedef
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h919 typedef struct UT_hash_table { struct
920 UT_hash_bucket *buckets;
921 unsigned num_buckets, log2_num_buckets;
922 unsigned num_items;
923 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
924 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
950 } UT_hash_table; argument