Searched refs:noCache (Results 1 – 9 of 9) sorted by relevance
30 private boolean noCache; field in RequestHeaders69 noCache = true; in RequestHeaders()89 noCache = true; in RequestHeaders()137 return noCache; in isNoCache()
82 private boolean noCache; field in ResponseHeaders127 noCache = true; in ResponseHeaders()157 noCache = true; in ResponseHeaders()231 return noCache; in isNoCache()417 if (!noCache && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) { in chooseResponseSource()
195 - unsigned int noCache : 1; /* 11 */218 + unsigned int noCache : 1; /* 11 */
630 } 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()
767 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()
324 unsigned int noCache : 1; /* 11 */ member
3334 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()
3697 noCache: false3801 if(this.options.noCache) {3802 var noCache = "noCache=" + new Date().getTime();3803 data = (data) ? noCache + '&' + data : noCache;
8073 noCache: false8177 if(this.options.noCache) {8178 var noCache = "noCache=" + new Date().getTime();8179 data = (data) ? noCache + '&' + data : noCache;