Home
last modified time | relevance | path

Searched refs:lws_cache_item_remove (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c63 lws_cache_item_remove(cache, specific_key); in lws_cache_write_through()
233 lws_cache_item_remove(struct lws_cache_ttl_lru *cache, const char *wildcard_key) in lws_cache_item_remove() function
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h157 * lws_cache_item_remove() - remove item from all cache levels
169 lws_cache_item_remove(struct lws_cache_ttl_lru *cache, const char *wildcard_key);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A Dmain.c384 if (lws_cache_item_remove(l1, tag_cookie1)) in test_nsc1()

Completed in 2 milliseconds