Searched defs:cso_cache (Results 1 – 2 of 2) sorted by relevance
39 struct cso_cache { struct40 struct cso_hash *hashes[CSO_CACHE_MAX];41 int max_size;43 cso_sanitize_callback sanitize_cb;44 void *sanitize_data;
86 struct cso_cache *cso_cache; member