Lines Matching refs:pack

196                 $binary_data = pack(
213 $binary_data = pack('a'.$read_size, $buffer);
220 $binary_data = pack('VV', $header['crc'], $header['size']);
243 $binary_data = pack('a'.$read_size, $buffer);
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(pack('v',
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
487 $this->writebytes(pack('V', strlen($ctrldir))); // size of the central directory
488 $this->writebytes(pack('V',
490 $this->writebytes(pack('v', 0)); // .ZIP file comment length
916 $header .= pack('v', 14); // version made by - VFAT
917 $header .= pack('v', 20); // version needed to extract - 2.0
918 $header .= pack('v', 0); // general purpose flag - no flags set
919 $header .= pack('v', $comp); // compression method - deflate|none
920 $header .= pack(
927 $header .= pack('V', $crc); // crc-32
928 $header .= pack('V', $clen); // compressed size
929 $header .= pack('V', $len); // uncompressed size
930 $header .= pack('v', strlen($name)); // file name length
931 $header .= pack('v', strlen($extra)); // extra field length
932 $header .= pack('v', 0); // file comment length
933 $header .= pack('v', 0); // disk number start
934 $header .= pack('v', 0); // internal file attributes
935 $header .= pack('V', 0); // external file attributes @todo was 0x32!?
936 $header .= pack('V', $offset); // relative offset of local header
963 $header .= pack('v', 20); // version needed to extract - 2.0
964 $header .= pack('v', 0); // general purpose flag - no flags set
965 $header .= pack('v', $comp); // compression method - deflate|none
966 $header .= pack(
973 $header .= pack('V', $crc); // crc-32
974 $header .= pack('V', $clen); // compressed size
975 $header .= pack('V', $len); // uncompressed size
976 $header .= pack('v', strlen($name)); // file name length
977 $header .= pack('v', strlen($extra)); // extra field length
993 $header = pack('V', $crc); // crc-32
994 $header .= pack('V', $clen); // compressed size
995 $header .= pack('V', $len); // uncompressed size
1015 $extra = pack(