Searched defs:ci_cache (Results 1 – 4 of 4) sorted by relevance
60 typedef struct ci_cache { struct61 int (*init)(struct ci_cache *cache, const char *name); argument64 …const void * (*search)(struct ci_cache *cache, const void *key, void **val, void *data, void *(*du… argument67 …int (*update)(struct ci_cache *cache, const void *key, const void *val, size_t val_size, void *(*c… argument68 void (*destroy)(struct ci_cache *cache); argument75 const ci_cache_type_t *_cache_type; argument77 } ci_cache_t; argument
76 } ci_cache; member