Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1316 unsigned int cache_reusable:1; /**< set if client cache may reuse this */ member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c682 a->m.cache_reusable = !!arg_to_bool(ctx->buf); in lejp_vhosts_cb()
Dserver.c805 if (m->cache_max_age && m->cache_reusable) { in lws_http_serve()
1926 wsi->cache_reuse = hit->cache_reusable; in lws_http_action()
/third_party/libwebsockets/READMEs/
DREADME.coding.md1171 unsigned int cache_reusable:1;