Lines Matching refs:seek
243 $seek = null;
246 $seek = 512 + $this->currentStat[7] + $this->footerLength;
247 $blocks[] = $seek; //Remove this file
253 if ($seek === null) {
254 $seek = $size;
259 $seek += $size;
262 $seek += $size;
266 if ($seek !== null) {
267 $seek += $size;
272 if ($seek === null) {
273 $seek = $this->seekToEnd;
275 $seek += $this->seekToEnd;
284 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
293 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
299 $blockPos = $this->currentStat[7] - $this->leftLength + $seek;