Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h1064 typedef struct UT_hash_table { struct
1065 UT_hash_bucket *buckets;
1066 unsigned num_buckets, log2_num_buckets;
1067 unsigned num_items;
1068 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
1069 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
1095 } UT_hash_table; argument
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_uthash_internal.h1092 typedef struct UT_hash_table { struct
1093 UT_hash_bucket *buckets;
1094 unsigned num_buckets, log2_num_buckets;
1095 unsigned num_items;
1096 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
1097 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
1123 } UT_hash_table; argument