Lines Matching refs:blocks
275 $blocks = array();
280 $blocks[] = $seek; //Remove this file
288 $blocks[] = $size;
290 $blocks[] = $gap; //Don't remove the files between the gap
291 $blocks[] = $size;
294 $blocks[count($blocks)-1] += $size; //Also remove this file
309 array_pop($blocks);
311 $blocks[] = $gap;
316 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
325 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
337 foreach ($blocks as $length) {