Searched refs:headerCache (Results 1 – 1 of 1) sorted by relevance
1982 if (!this.headerCache) {1983 this.headerCache = { property1988 if (this.headerCache.oversize) {1992 switch (this.headerCache.type) {1994 if (this.stream.available(this.headerCache.size)) {1996 offset = this.stream.offset + this.headerCache.size;2002 buffer = this.stream.readBuffer(this.headerCache.size);2005 this.headerCache = null;2009 if (this.stream.available(this.headerCache.size)) {2029 this.headerCache = null;[all …]