Searched refs:lws_cache_lookup (Results 1 – 5 of 5) sorted by relevance
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | main.c | 307 n = lws_cache_lookup(l1, "host.com|/|*", in test_nsc1() 328 n = lws_cache_lookup(l1, "host.com|/xxx|*", in test_nsc1() 348 n = lws_cache_lookup(l1, "host.com|/yyyy|*", in test_nsc1() 368 n = lws_cache_lookup(l1, "host.com|/yyyy|*", in test_nsc1() 394 n = lws_cache_lookup(l1, "host.com|/|*", in test_nsc1() 425 n = lws_cache_lookup(l1, "host.com|/yy|*", in test_nsc1() 445 n = lws_cache_lookup(l1, "host.com|/yyy|*", in test_nsc1()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-cache-ttl.h | 132 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
|
/external/libwebsockets/lib/misc/cache-ttl/ |
D | lws-cache-ttl.c | 91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, in lws_cache_lookup() function
|
/external/libwebsockets/READMEs/ |
D | README.lws_cache.md | 123 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
|
/external/libwebsockets/lib/roles/http/ |
D | cookie.c | 481 if (!lws_cache_lookup(l1, cache_name, in lws_cookie_attach_cookies()
|