Searched defs:cso_cache (Results 1 – 2 of 2) sorted by relevance
107 struct cso_cache { struct108 struct cso_hash hashes[CSO_CACHE_MAX];109 int max_size;111 cso_sanitize_callback sanitize_cb;112 void *sanitize_data;114 cso_delete_cso_callback delete_cso;115 void *delete_cso_ctx;
158 struct cso_cache cso_cache; member