u_vbuf.c | 37 #include "cso_cache/cso_cache.h" 38 #include "cso_cache/cso_hash.h" 86 struct cso_cache *cso_cache; member in struct:u_vbuf 183 mgr->cso_cache = cso_cache_create(); 211 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS, 221 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); 255 cso_cache_delete(mgr->cso_cache); [all...] |