Home
last modified time | relevance | path

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

/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRequestHeaders.java30 private boolean noCache; field in RequestHeaders
69 noCache = true; in RequestHeaders()
89 noCache = true; in RequestHeaders()
137 return noCache; in isNoCache()
DResponseHeaders.java82 private boolean noCache; field in ResponseHeaders
127 noCache = true; in ResponseHeaders()
157 noCache = true; in ResponseHeaders()
231 return noCache; in isNoCache()
417 if (!noCache && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) { in chooseResponseSource()
/external/chromium_org/net/third_party/nss/patches/
Dsignedcertificatetimestamps.patch195 - unsigned int noCache : 1; /* 11 */
218 + unsigned int noCache : 1; /* 11 */
/external/chromium_org/net/third_party/nss/ssl/
Dsslcon.c630 } else if (!ss->opt.noCache) { in ssl2_SendServerFinishedMessage()
2174 if (!ss->opt.noCache) in ssl2_ClientRegSessionID()
3021 if (ss->opt.noCache) { in ssl2_BeginClientHandshake()
3446 ss->opt.noCache = 1; in ssl2_HandleClientHelloMessage()
3454 if (sdLen > 0 && !ss->opt.noCache) { in ssl2_HandleClientHelloMessage()
Dsslsock.c767 ss->opt.noCache = on; in SSL_OptionSet()
930 case SSL_NO_CACHE: on = ss->opt.noCache; break; in SSL_OptionGet()
992 case SSL_NO_CACHE: on = ssl_defaults.noCache; break; in SSL_OptionGetDefault()
1100 ssl_defaults.noCache = on; in SSL_OptionSetDefault()
Dsslimpl.h324 unsigned int noCache : 1; /* 11 */ member
Dssl3con.c3334 if (!ss->opt.noCache && ss->sec.ci.sid && ss->sec.uncache) { in SSL3_SendAlert()
3504 if (!ss->opt.noCache) { in ssl3_HandleAlert()
5030 sid = (ss->opt.noCache) ? NULL in ssl3_SendClientHello()
8141 if (sidBytes.len > 0 && !ss->opt.noCache) { in ssl3_HandleClientHello()
11172 if (sid->cached == never_cached && !ss->opt.noCache && ss->sec.cache) { in ssl3_HandleFinished()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3697 noCache: false
3801 if(this.options.noCache) {
3802 var noCache = "noCache=" + new Date().getTime();
3803 data = (data) ? noCache + '&' + data : noCache;
Dconcat-jquery-mootools-prototype.js8073 noCache: false
8177 if(this.options.noCache) {
8178 var noCache = "noCache=" + new Date().getTime();
8179 data = (data) ? noCache + '&' + data : noCache;