Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h180 (head)->hh.tbl = (UT_hash_table*)uthash_malloc(sizeof(UT_hash_table)); \
184 uthash_bzero((head)->hh.tbl, sizeof(UT_hash_table)); \
378 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \
1014 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \
1023 sizeof(UT_hash_table) + \
1064 typedef struct UT_hash_table { struct
1095 } UT_hash_table; argument
1098 struct UT_hash_table *tbl;