Home
last modified time | relevance | path

Searched refs:lws_cache_write_through (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A Dmain.c41 if (lws_cache_write_through(l1, "a", (const uint8_t *)"is_a", 5, in test_just_l1()
45 if (lws_cache_write_through(l1, "b", (const uint8_t *)"is_b", 5, in test_just_l1()
126 if (lws_cache_write_through(l1, "a", (const uint8_t *)"is_a", 5, in test_just_l1_limits()
130 if (lws_cache_write_through(l1, "b", (const uint8_t *)"is_b", 5, in test_just_l1_limits()
211 if (lws_cache_write_through(l1, tag_cookie1, in test_nsc1()
221 if (lws_cache_write_through(l1, tag_cookie2, in test_nsc1()
231 if (lws_cache_write_through(l1, tag_cookie3, in test_nsc1()
412 if (lws_cache_write_through(l1, tag_cookie4, in test_nsc1()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h56 * lws_cache_write_through() - add a new cache item object in all layers
75 lws_cache_write_through(struct lws_cache_ttl_lru *cache,
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, in lws_cache_write_through() function
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c536 if (lws_cache_write_through(cx->trust_cache, (const char *)&inf[1], in lws_tls_jit_trust_got_cert_cb()
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c371 if (lws_cache_write_through(l1, cache_name, in lws_cookie_write_nsc()

Completed in 4 milliseconds