Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c318 while (!lws_cache_results_walk(&cr)) in test_nsc1()
338 while (!lws_cache_results_walk(&cr)) in test_nsc1()
358 while (!lws_cache_results_walk(&cr)) in test_nsc1()
378 while (!lws_cache_results_walk(&cr)) in test_nsc1()
404 while (!lws_cache_results_walk(&cr)) in test_nsc1()
435 while (!lws_cache_results_walk(&cr)) in test_nsc1()
455 while (!lws_cache_results_walk(&cr)) in test_nsc1()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h217 lws_cache_results_walk(lws_cache_results_t *walk_ctx);
/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c261 lws_cache_results_walk(lws_cache_results_t *walk_ctx) in lws_cache_results_walk() function
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md136 lws_cache_results_walk(lws_cache_results_t *walk_ctx);
/third_party/libwebsockets/lib/roles/http/
Dcookie.c484 while (!lws_cache_results_walk(&cr)) { in lws_cookie_attach_cookies()