Home
last modified time | relevance | path

Searched defs:cache_control (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Ddiscovery.proto166 CacheControl cache_control = 7; field
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
Ddiscovery.proto166 CacheControl cache_control = 7; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/discovery/v3/
Ddiscovery.proto385 CacheControl cache_control = 7; field
/external/libwebsockets/lib/roles/http/server/
Dserver.c784 char cache_control[50], *cc = "no-store"; in lws_http_serve() local
2724 char cache_control[50], *cc = "no-store"; in lws_serve_http_file() local
/external/googleapis/google/storage/v1/
Dstorage_resources.proto703 string cache_control = 3; field
/external/cronet/net/test/embedded_test_server/
Ddefault_handlers.cc77 const std::string& cache_control, in HandleEchoHeader()
/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc1590 std::string cache_control = in DidReceiveResponse() local
/external/googleapis/google/storage/v2/
Dstorage.proto2382 string cache_control = 9; field
/external/cronet/net/http/
Dhttp_response_headers_unittest.cc59 void InitializeHeadersWithCacheControl(const char* cache_control) { in InitializeHeadersWithCacheControl()