Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dhash_list.h76 if (_buckets) { in ~HashList()
77 free(_buckets); in ~HashList()
78 _buckets = NULL; in ~HashList()
91 if (!key || !_buckets) { in HashInsert()
103 _buckets[idx] = key; in HashInsert()
113 if (!key || !_buckets) { in HashFind()
151 if (!key || !_buckets) { in HashRemove()
179 if (!_buckets) { in HashForeach()
195 if (!_buckets) { in HashGetFirst()
200 if (_buckets[i]) { in HashGetFirst()
[all …]
/f-stack/freebsd/net/route/
H A Dnhop_utils.h68 #define CHT_SLIST_GET_RESIZE_SIZE(_buckets) ((_buckets) * sizeof(void *)) argument