Searched refs:writebytes (Results 1 – 3 of 3) sorted by relevance
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 325 $this->writebytes($this->makeLocalFileHeader( 362 $this->writebytes($c_block); 364 $this->writebytes($block); 429 $this->writebytes($this->makeLocalFileHeader( 441 $this->writebytes($data); 478 $this->writebytes($ctrldir); 481 $this->writebytes("\x50\x4b\x05\x06"); // end of central dir signature 482 $this->writebytes(pack('v', 0)); // number of this disk 483 $this->writebytes(pack('v', 0)); // number of the disk with the start of the central directory 484 $this->writebytes(pac 790 protected function writebytes($data) global() function in splitbrain\\PHPArchive\\Zip [all...] |
H A D | Tar.php | 302 $this->writebytes($packed); 339 $this->writebytes(pack("a512", substr($data, $s, 512))); 367 $this->writebytes(pack("a512", "")); 368 $this->writebytes(pack("a512", "")); 457 protected function writebytes($data) function in splitbrain\\PHPArchive\\Tar 542 $this->writebytes(pack("a512", substr($name, $s, 512))); 570 $this->writebytes($data_first); 573 $this->writebytes($chks.$data_last);
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 271 $this->writebytes($packed); 303 $this->writebytes(pack("a512", substr($data, $s, 512))); 323 $this->writebytes(pack("a512", "")); 324 $this->writebytes(pack("a512", "")); 402 protected function writebytes($data) { function in VerboseTar 457 $this->writebytes(pack("a512", substr($name, $s, 512))); 483 $this->writebytes($data_first); 486 $this->writebytes($chks.$data_last);
|