Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c307 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/
Dlws-cache-ttl.h132 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
/external/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, in lws_cache_lookup() function
/external/libwebsockets/READMEs/
DREADME.lws_cache.md123 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
/external/libwebsockets/lib/roles/http/
Dcookie.c481 if (!lws_cache_lookup(l1, cache_name, in lws_cookie_attach_cookies()