grpc
third_party
bloaty
third_party
zlib
contrib
infback9
bloaty/third_party/zlib/contrib/infback9/infback9.h
Go to the documentation of this file.
1
/* infback9.h -- header for using inflateBack9 functions
2
* Copyright (C) 2003 Mark Adler
3
* For conditions of distribution and use, see copyright notice in zlib.h
4
*/
5
6
/*
7
* This header file and associated patches provide a decoder for PKWare's
8
* undocumented deflate64 compression method (method 9). Use with infback9.c,
9
* inftree9.h, inftree9.c, and inffix9.h. These patches are not supported.
10
* This should be compiled with zlib, since it uses zutil.h and zutil.o.
11
* This code has not yet been tested on 16-bit architectures. See the
12
* comments in zlib.h for inflateBack() usage. These functions are used
13
* identically, except that there is no windowBits parameter, and a 64K
14
* window must be provided. Also if int's are 16 bits, then a zero for
15
* the third parameter of the "out" function actually means 65536UL.
16
* zlib.h must be included before this header file.
17
*/
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
ZEXTERN
int
ZEXPORT
inflateBack9
OF
((
z_stream
FAR
*
strm
,
24
in_func
in
,
void
FAR
*in_desc,
25
out_func
out
,
void
FAR
*out_desc));
26
ZEXTERN
int
ZEXPORT
inflateBack9End
OF
((
z_stream
FAR
*
strm
));
27
ZEXTERN
int
ZEXPORT
inflateBack9Init_
OF
((
z_stream
FAR
*
strm
,
28
unsigned
char
FAR
*
window
,
29
const
char
*
version
,
30
int
stream_size));
31
#define inflateBack9Init(strm, window) \
32
inflateBack9Init_((strm), (window), \
33
ZLIB_VERSION, sizeof(z_stream))
34
35
#ifdef __cplusplus
36
}
37
#endif
inflate_state::window
unsigned char FAR * window
Definition:
bloaty/third_party/zlib/contrib/infback9/inflate9.h:37
gen_build_yaml.out
dictionary out
Definition:
src/benchmark/gen_build_yaml.py:24
ZEXPORT
#define ZEXPORT
Definition:
bloaty/third_party/zlib/zconf.h:380
version
Definition:
version.py:1
inflateBack9End
int ZEXPORT inflateBack9End(z_stream FAR *strm)
Definition:
bloaty/third_party/zlib/contrib/infback9/infback9.c:606
ZEXTERN
#define ZEXTERN
Definition:
bloaty/third_party/zlib/zconf.h:377
in
const char * in
Definition:
third_party/abseil-cpp/absl/strings/internal/str_format/parser_test.cc:391
inflate_state::strm
z_streamp strm
Definition:
bloaty/third_party/zlib/inflate.h:83
FAR
#define FAR
Definition:
bloaty/third_party/zlib/zconf.h:387
inflateBack9Init_
int ZEXPORT inflateBack9Init_(z_stream FAR *strm, unsigned char FAR *window, const char *version, int stream_size)
Definition:
bloaty/third_party/zlib/contrib/infback9/infback9.c:19
OF
ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc))
z_stream_s
Definition:
bloaty/third_party/zlib/zlib.h:86
inflateBack9
int ZEXPORT inflateBack9(z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)
Definition:
bloaty/third_party/zlib/contrib/infback9/infback9.c:217
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:02