Home
last modified time | relevance | path

Searched refs:lws_cache_create (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c35 l1 = lws_cache_create(&ci); in test_just_l1()
120 l1 = lws_cache_create(&ci); in test_just_l1_limits()
190 nsc = lws_cache_create(&ci); in test_nsc1()
200 l1 = lws_cache_create(&ci); in test_nsc1()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h318 lws_cache_create(const struct lws_cache_creation_info *info);
/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c277 lws_cache_create(const struct lws_cache_creation_info *info) in lws_cache_create() function
/third_party/libwebsockets/lib/core/
Dcontext.c624 context->trust_cache = lws_cache_create(&ci); in lws_create_context()
1392 context->nsc = lws_cache_create(&ci); in lws_create_context()
1403 context->l1 = lws_cache_create(&ci); in lws_create_context()
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md56 lws_cache_create(const struct lws_cache_creation_info *info);