Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h220 struct lws_cache_creation_info { struct
255 (*create)(const struct lws_cache_creation_info *info); argument
318 lws_cache_create(const struct lws_cache_creation_info *info);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c18 struct lws_cache_creation_info ci; in test_just_l1()
103 struct lws_cache_creation_info ci; in test_just_l1_limits()
172 struct lws_cache_creation_info ci; in test_nsc1()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dprivate-lib-misc-cache-ttl.h58 struct lws_cache_creation_info info;
Dlws-cache-ttl.c277 lws_cache_create(const struct lws_cache_creation_info *info) in lws_cache_create()
Dheap.c497 lws_cache_heap_create(const struct lws_cache_creation_info *info) in lws_cache_heap_create()
Dfile.c867 lws_cache_nscookiejar_create(const struct lws_cache_creation_info *info) in lws_cache_nscookiejar_create()
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md50 Caches are created using an info struct `struct lws_cache_creation_info`
56 lws_cache_create(const struct lws_cache_creation_info *info);
/third_party/libwebsockets/lib/core/
Dcontext.c391 struct lws_cache_creation_info ci; in lws_create_context()
617 struct lws_cache_creation_info ci; in lws_create_context()