Lines Matching refs:blocks
242 $blocks = array();
247 $blocks[] = $seek; //Remove this file
255 $blocks[] = $size;
257 $blocks[] = $gap; //Don't remove the files between the gap
258 $blocks[] = $size;
261 $blocks[count($blocks)-1] += $size; //Also remove this file
277 array_pop($blocks);
279 $blocks[] = $gap;
284 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
293 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
305 foreach ($blocks as $length) {