Lines Matching refs:offset
320 $offset = $this->dataOffset();
379 ), $offset + self::LOCAL_FILE_HEADER_CRC_OFFSET);
385 $offset,
424 $offset = $this->dataOffset();
447 $offset,
476 $offset = $this->dataOffset();
489 … $offset)); // offset of start of central directory with respect to the starting disk number
808 * @param int $offset
812 protected function writebytesAt($data, $offset) { argument
814 $this->memory .= substr_replace($this->memory, $data, $offset);
817 @fseek($this->fh, $offset);
898 * @param int $offset location of the local header
907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) argument
936 $header .= pack('V', $offset); // relative offset of local header