Searched refs:lws_cache_item_get (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | main.c | 51 if (lws_cache_item_get(l1, "a", (const void **)&po, &size) || in test_just_l1() 55 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1() 81 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) { in test_just_l1() 136 if (!lws_cache_item_get(l1, "a", (const void **)&po, &size)) in test_just_l1_limits() 139 if (lws_cache_item_get(l1, "b", (const void **)&po, &size) || in test_just_l1_limits() 245 if (lws_cache_item_get(l1, tag_cookie1, (const void **)&po, &size) || in test_nsc1() 252 if (lws_cache_item_get(l1, tag_cookie2, (const void **)&po, &size) || in test_nsc1() 258 if (lws_cache_item_get(l1, tag_cookie3, (const void **)&po, &size) || in test_nsc1() 271 if (lws_cache_item_get(nsc, tag_cookie1, (const void **)&po, &size) || in test_nsc1() 278 if (lws_cache_item_get(nsc, tag_cookie2, (const void **)&po, &size) || in test_nsc1() [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-cache-ttl.h | 153 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key,
|
/third_party/libwebsockets/lib/roles/http/ |
D | cookie.c | 382 if (lws_cache_item_get(l1, cache_name, (const void **)&po, &size) || in lws_cookie_write_nsc() 387 if (lws_cache_item_get(wsi->a.context->nsc, cache_name, in lws_cookie_write_nsc() 494 if (lws_cache_item_get(l1, (const char *)cr.tag, in lws_cookie_attach_cookies()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | lws-cache-ttl.c | 203 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key, in lws_cache_item_get() function
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_cache.md | 111 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key,
|
/third_party/libwebsockets/lib/tls/ |
D | tls-jit-trust.c | 248 if (lws_cache_item_get(cx->trust_cache, address, (const void **)&ci, in lws_tls_jit_trust_vhost_bind()
|