Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1115 unsigned int cache_revalidate:1; /**< set if client cache should revalidate on use */ member
/external/libwebsockets/lib/core-net/
Dserver.c126 m->cache_revalidate, in lws_json_dump_vhost()
Dprivate-lib-core-net.h776 unsigned int cache_revalidate:1; member
/external/libwebsockets/plugins/
Dserver-status.js213 san(jso.i.contexts[ci].vhosts[n].mounts[m].cache_revalidate) +
/external/libwebsockets/lib/roles/http/server/
Dserver.c640 if (!m->cache_revalidate) { in lws_http_serve()
1680 wsi->cache_revalidate = hit->cache_revalidate; in lws_http_action()
2697 if (!wsi->cache_revalidate) { in lws_serve_http_file()
Dlejp-conf.c668 a->m.cache_revalidate = arg_to_bool(ctx->buf); in lejp_vhosts_cb()
/external/libwebsockets/READMEs/
DREADME.coding.md1208 unsigned int cache_revalidate:1;