Searched refs:lws_cache_item_get (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A 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(ns in test_nsc1() [all...] |
/third_party/libwebsockets/lib/roles/http/ |
H A 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/include/libwebsockets/ |
H A D | lws-cache-ttl.h | 136 * lws_cache_item_get() - bring a specific item into L1 and get payload info 153 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key,
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A 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/lib/tls/ |
H A 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()
|
Completed in 4 milliseconds