LibreOffice Module hwpfilter (master) 1
Macros | Variables
hiodev.cxx File Reference
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include "hwplib.h"
#include "hgzip.h"
#include "hiodev.h"
#include "hwpfile.h"
#include "hstream.hxx"
Include dependency graph for hiodev.cxx:

Go to the source code of this file.

Macros

#define GZREAD(ptr, len)   (_gzfp?gz_read(_gzfp,ptr,len):0)
 

Variables

const size_t BUFSIZE = 1024
 
static uchar rBuf [BUFSIZE]
 

Macro Definition Documentation

◆ GZREAD

#define GZREAD (   ptr,
  len 
)    (_gzfp?gz_read(_gzfp,ptr,len):0)

Definition at line 153 of file hiodev.cxx.

Variable Documentation

◆ BUFSIZE

const size_t BUFSIZE = 1024

Definition at line 36 of file hiodev.cxx.

Referenced by HStreamIODev::skipBlock().

◆ rBuf

uchar rBuf[BUFSIZE]
static