Home
last modified time | relevance | path

Searched refs:cache_control (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py43 from devil.android.perf import cache_control # pylint: disable=import-error namespace
45 global cache_control
179 cache = cache_control.CacheControl(self.device)
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c786 char cache_control[50], *cc = "no-store"; in lws_http_serve() local
809 cc = cache_control; in lws_http_serve()
810 cclen = sprintf(cache_control, in lws_http_serve()
815 cc = cache_control; in lws_http_serve()
816 cclen = sprintf(cache_control, in lws_http_serve()
2735 char cache_control[50], *cc = "no-store"; in lws_serve_http_file() local
2874 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()
2894 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()
[all...]

Completed in 4 milliseconds