Home
last modified time | relevance | path

Searched refs:max_items (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h244 size_t max_items; member
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c374 (cache->cache.info.max_items && in lws_cache_heap_write()
375 cache->items_lru.count + 1 > cache->cache.info.max_items)) in lws_cache_heap_write()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c118 ci.max_items = 1; /* ie, adding a second item destroys the first */ in test_just_l1_limits()
/third_party/libwebsockets/lib/core/
Dcontext.c1400 ci.max_items = info->http_nsc_heap_max_items; in lws_create_context()