Lines Matching refs:blocks
287 $blocks = array();
292 $blocks[] = $seek; //Remove this file
302 $blocks[] = $size;
304 $blocks[] = $gap; //Don't remove the files between the gap
305 $blocks[] = $size;
308 $blocks[count($blocks)-1] += $size; //Also remove this file
328 array_pop($blocks);
330 $blocks[] = $gap;
335 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
352 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
363 foreach ($blocks as $length) {