Searched defs:lws_cache_creation_info (Results 1 – 1 of 1) sorted by relevance
220 struct lws_cache_creation_info { struct221 struct lws_context *cx;223 const char *name;225 lws_cache_item_destroy_cb cb;227 struct lws_cache_ttl_lru *parent;229 const struct lws_cache_ops *ops;255 (*create)(const struct lws_cache_creation_info *info); argument