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

/libcore/ojluni/src/main/java/sun/net/www/http/
H A DHttpClient.java49 protected boolean inCache; field in class:HttpClient
277 ret.inCache = false;
288 assert ret.inCache;
289 ret.inCache = false;
300 ret.inCache = false;
402 if (inCache) {
406 inCache = true;
411 return inCache;
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java2953 private int inCache = 0; field in class:HttpURLConnection.HttpInputStream
3026 inCache += markCount;
3055 if (inCache > 0) {
3056 if (inCache >= newLen) {
3057 inCache -= newLen;
3060 nWrite = newLen - inCache;
3061 inCache = 0;

Completed in 120 milliseconds