Lines Matching refs:pack

202                 $binary_data = pack(
219 $binary_data = pack('a'.$read_size, $buffer);
226 $binary_data = pack('VV', $header['crc'], $header['size']);
249 $binary_data = pack('a'.$read_size, $buffer);
488 $this->writebytes(pack('v', 0)); // number of this disk
489 … $this->writebytes(pack('v', 0)); // number of the disk with the start of the central directory
490 $this->writebytes(pack('v',
492 …$this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central di…
493 $this->writebytes(pack('V', strlen($ctrldir))); // size of the central directory
494 $this->writebytes(pack('V',
496 $this->writebytes(pack('v', 0)); // .ZIP file comment length
933 $header .= pack('v', 14); // version made by - VFAT
934 $header .= pack('v', 20); // version needed to extract - 2.0
935 $header .= pack('v', 0); // general purpose flag - no flags set
936 $header .= pack('v', $comp); // compression method - deflate|none
937 $header .= pack(
944 $header .= pack('V', $crc); // crc-32
945 $header .= pack('V', $clen); // compressed size
946 $header .= pack('V', $len); // uncompressed size
947 $header .= pack('v', strlen($name)); // file name length
948 $header .= pack('v', strlen($extra)); // extra field length
949 $header .= pack('v', 0); // file comment length
950 $header .= pack('v', 0); // disk number start
951 $header .= pack('v', 0); // internal file attributes
952 $header .= pack('V', 0); // external file attributes @todo was 0x32!?
953 $header .= pack('V', $offset); // relative offset of local header
980 $header .= pack('v', 20); // version needed to extract - 2.0
981 $header .= pack('v', 0); // general purpose flag - no flags set
982 $header .= pack('v', $comp); // compression method - deflate|none
983 $header .= pack(
990 $header .= pack('V', $crc); // crc-32
991 $header .= pack('V', $clen); // compressed size
992 $header .= pack('V', $len); // uncompressed size
993 $header .= pack('v', strlen($name)); // file name length
994 $header .= pack('v', strlen($extra)); // extra field length
1010 $header = pack('V', $crc); // crc-32
1011 $header .= pack('V', $clen); // compressed size
1012 $header .= pack('V', $len); // uncompressed size
1032 $extra = pack(