LibreOffice Module hwpfilter (master) 1
|
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include "hwplib.h"
#include "hgzip.h"
#include "hiodev.h"
#include "hwpfile.h"
#include "hstream.hxx"
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] |
#define GZREAD | ( | ptr, | |
len | |||
) | (_gzfp?gz_read(_gzfp,ptr,len):0) |
Definition at line 153 of file hiodev.cxx.
const size_t BUFSIZE = 1024 |
Definition at line 36 of file hiodev.cxx.
Referenced by HStreamIODev::skipBlock().
Definition at line 37 of file hiodev.cxx.
Referenced by HStreamIODev::read1b(), HStreamIODev::read2b(), HStreamIODev::read4b(), and HStreamIODev::skipBlock().