Home
last modified time | relevance | path

Searched refs:lws_cache_lookup (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A 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()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h132 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key,
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, in lws_cache_lookup() function
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c487 if (!lws_cache_lookup(l1, cache_name, in lws_cookie_attach_cookies()

Completed in 3 milliseconds