Home
last modified time | relevance | path

Searched defs:lws_cache_creation_info (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h220 struct lws_cache_creation_info { struct
221 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