Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c32 ci.ops = &lws_cache_ops_heap; in test_just_l1()
116 ci.ops = &lws_cache_ops_heap; in test_just_l1_limits()
196 ci.ops = &lws_cache_ops_heap; in test_nsc1()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h344 LWS_VISIBLE extern const struct lws_cache_ops lws_cache_ops_heap,
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c595 const struct lws_cache_ops lws_cache_ops_heap = { variable
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md60 creation time. `lws_cache_ops_heap` ops struct is provided by lws, you can
/third_party/libwebsockets/lib/core/
Dcontext.c621 ci.ops = &lws_cache_ops_heap; in lws_create_context()
1396 ci.ops = &lws_cache_ops_heap; in lws_create_context()