Searched refs:_buckets (Results 1 – 2 of 2) sorted by relevance
76 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 …]
68 #define CHT_SLIST_GET_RESIZE_SIZE(_buckets) ((_buckets) * sizeof(void *)) argument