Lines Matching defs:bytes
354 * consists of two 512 blocks of zero bytes"
436 * @param int $length bytes to read
455 * @return int number of bytes written
480 * @param int $bytes seek to this position
482 protected function skipbytes($bytes)
485 @gzseek($this->fh, $bytes, SEEK_CUR);
489 while($bytes) {
490 $toread = min(8192, $bytes);
492 $bytes -= $toread;
495 @fseek($this->fh, $bytes, SEEK_CUR);
685 * Uses magic bytes for existing files, the file extension otherwise
694 // for existing files, try to read the magic bytes