Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c38 lws_cache_match_t *item = lws_container_of(d, lws_cache_match_t, in lws_cache_clear_matches()
138 lws_cache_match_t *m = lws_container_of(d, lws_cache_match_t, in lws_cache_lookup()
163 lws_cache_match_t *m = lws_container_of(d, lws_cache_match_t, in lws_cache_lookup()
Dheap.c274 lws_cache_match_t *m; in lws_cache_heap_lookup()
284 lws_cache_match_t *i = lws_container_of(e, in lws_cache_heap_lookup()
285 lws_cache_match_t, list); in lws_cache_heap_lookup()
Dfile.c421 lws_cache_match_t *match; /* current match if any */
/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h90 } lws_cache_match_t; typedef