Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c97 char meta_key[128]; in lws_cache_lookup() local
103 meta_key[0] = META_ITEM_LEADING; in lws_cache_lookup()
104 lws_strncpy(&meta_key[1], wildcard_key, sizeof(meta_key) - 2); in lws_cache_lookup()
110 if (!l1->info.ops->get(l1, meta_key, pdata, psize)) in lws_cache_lookup()
187 n = l1->info.ops->write(l1, meta_key, temp, sum, expiry, (void **)&p); in lws_cache_lookup()