Home
last modified time | relevance | path

Searched refs:lws_cache_destroy (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A Dmain.c92 lws_cache_destroy(&l1); in test_just_l1()
148 lws_cache_destroy(&l1); in test_just_l1_limits()
466 lws_cache_destroy(&nsc); in test_nsc1()
467 lws_cache_destroy(&l1); in test_nsc1()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h321 * lws_cache_destroy() - destroy a previously created cache
329 lws_cache_destroy(struct lws_cache_ttl_lru **cache);
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c288 lws_cache_destroy(struct lws_cache_ttl_lru **_cache) in lws_cache_destroy() function
/third_party/libwebsockets/lib/core/
H A Dcontext.c2145 lws_cache_destroy(&context->trust_cache); in lws_context_destroy()
2150 lws_cache_destroy(&context->nsc); in lws_context_destroy()
2151 lws_cache_destroy(&context->l1); in lws_context_destroy()

Completed in 4 milliseconds