Home | History | Annotate | Download | only in util

Lines Matching defs:cso

31  * Like Jose's util_hash_table, based on CSO cache code for now.
48 struct cso_hash *cso;
117 map->cso = cso_hash_create();
118 if (!map->cso) {
141 cso_hash_delete(map->cso);
153 iter = cso_hash_find(map->cso, key_hash);
216 iter = cso_hash_insert(map->cso, key_hash, item);
283 cso_hash_erase(map->cso, iter);
301 iter = cso_hash_first_node(map->cso);
304 cso_hash_take(map->cso, cso_hash_iter_key(iter));
308 iter = cso_hash_first_node(map->cso);