Lines Matching refs:seek
276 $seek = null;
279 $seek = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0);
280 $blocks[] = $seek; //Remove this file
286 if ($seek === null) {
287 $seek = $size;
292 $seek += $size;
295 $seek += $size;
299 if ($seek !== null) {
300 $seek += $size;
305 if ($seek === null) {
306 $seek = 0;
316 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
325 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
331 $blockPos = $this->_currentStat[7] - $this->_nbBytesLeft + $seek;