#include "zlib.h"
#include <errno.h>
Go to the source code of this file.
|
#define | local static |
|
#define | ERR_RETURN(strm, err) return (strm->msg = (char*)ERR_MSG(err), (err)) |
|
#define | DEF_WBITS MAX_WBITS |
|
#define | DEF_MEM_LEVEL 8 |
|
#define | STORED_BLOCK 0 |
|
#define | STATIC_TREES 1 |
|
#define | DYN_TREES 2 |
|
#define | MIN_MATCH 3 |
|
#define | MAX_MATCH 258 |
|
#define | PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ |
|
#define | OS_CODE 0x03 /* assume Unix */ |
|
#define | F_OPEN(name, mode) ft_fopen((name), (mode)) |
|
#define | zstrerror(errnum) "" |
|
#define | Assert(cond, msg) |
|
#define | Trace(x) |
|
#define | Tracev(x) |
|
#define | Tracevv(x) |
|
#define | Tracec(c, x) |
|
#define | Tracecv(c, x) |
|
#define | ZALLOC(strm, items, size) (*((strm)->zalloc))((strm)->opaque, (items), (size)) |
|
#define | ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) |
|
#define | TRY_FREE(s, p) {if (p) ZFREE(s, p);} |
|
◆ Assert
◆ DEF_MEM_LEVEL
◆ DEF_WBITS
◆ DYN_TREES
◆ ERR_RETURN
◆ F_OPEN
◆ local
◆ MAX_MATCH
◆ MIN_MATCH
◆ OS_CODE
#define OS_CODE 0x03 /* assume Unix */ |
◆ PRESET_DICT
◆ STATIC_TREES
◆ STORED_BLOCK
◆ Trace
◆ Tracec
◆ Tracecv
◆ Tracev
◆ Tracevv
◆ TRY_FREE
◆ ZALLOC
◆ ZFREE
◆ zstrerror
#define zstrerror |
( |
|
errnum | ) |
"" |
◆ OF
◆ uch
◆ uchf
◆ ulg
◆ ush
◆ ushf
◆ OF() [1/5]
◆ OF() [2/5]
◆ OF() [3/5]
◆ OF() [4/5]
Definition at line 73 of file vfdzip.c.
74{
77}
HLOCAL NTAPI LocalAlloc(UINT uFlags, SIZE_T dwBytes)
#define UNREFERENCED_PARAMETER(P)
◆ OF() [5/5]
Definition at line 79 of file vfdzip.c.
80{
83}
HLOCAL NTAPI LocalFree(HLOCAL hMem)