Home
last modified time | relevance | path

Searched refs:ctrl_dir (Results 1 – 2 of 2) sorted by relevance

/plugin/odp/
H A DZipLib.class.php14 var $datasec, $ctrl_dir = array(); variable in ZipLib
86 $ctrldir = implode('', $this -> ctrl_dir);
89 pack('v', sizeof($this -> ctrl_dir)).pack('v', sizeof($this -> ctrl_dir)).
110 $this -> ctrl_dir[] = $cdrec;
156 $this -> ctrl_dir[] = $cdrec;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php25 protected $ctrl_dir; variable in splitbrain\\PHPArchive\\Zip
286 $this->ctrl_dir = array();
384 $this->ctrl_dir[] = $this->makeCentralFileRecord(
446 $this->ctrl_dir[] = $this->makeCentralFileRecord(
477 $ctrldir = join('', $this->ctrl_dir);
485 count($this->ctrl_dir))); // total number of entries in the central directory on this disk
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
492 $this->ctrl_dir = array();