Searched refs:UT_hash_table (Results 1 – 2 of 2) sorted by relevance
215 (head)->hh.tbl = (UT_hash_table*)uthash_malloc(sizeof(UT_hash_table)); \219 uthash_bzero((head)->hh.tbl, sizeof(UT_hash_table)); \229 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \238 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \458 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \1042 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \1051 sizeof(UT_hash_table) + \1092 typedef struct UT_hash_table { struct1123 } UT_hash_table; argument1126 struct UT_hash_table *tbl;
174 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \175 sizeof(UT_hash_table)); \177 memset((head)->hh.tbl, 0, sizeof(UT_hash_table)); \344 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \980 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \989 sizeof(UT_hash_table) + \1030 typedef struct UT_hash_table { struct1061 } UT_hash_table; typedef1064 struct UT_hash_table *tbl;