OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inflate_state
(Results
1 - 13
of
13
) sorted by null
/external/zlib/contrib/infback9/
inflate9.h
35
struct
inflate_state
{
struct
infback9.c
25
struct
inflate_state
FAR *state;
38
state = (struct
inflate_state
FAR *)ZALLOC(strm, 1,
39
sizeof(struct
inflate_state
));
58
struct
inflate_state
state;
224
struct
inflate_state
FAR *state;
256
state = (struct
inflate_state
FAR *)strm->state;
/external/zlib/
inflate.c
95
local void fixedtables OF((struct
inflate_state
FAR *state));
106
struct
inflate_state
FAR *state;
109
state = (struct
inflate_state
FAR *)strm->state;
135
struct
inflate_state
FAR *state;
139
state = (struct
inflate_state
FAR *)strm->state;
175
struct
inflate_state
FAR *state;
187
state = (struct
inflate_state
FAR *)
188
ZALLOC(strm, 1, sizeof(struct
inflate_state
));
214
struct
inflate_state
FAR *state;
217
state = (struct
inflate_state
FAR *)strm->state
[
all
...]
inflate.h
81
struct
inflate_state
{
struct
infback.c
19
local void fixedtables OF((struct
inflate_state
FAR *state));
35
struct
inflate_state
FAR *state;
49
state = (struct
inflate_state
FAR *)ZALLOC(strm, 1,
50
sizeof(struct
inflate_state
));
74
struct
inflate_state
FAR *state;
248
struct
inflate_state
FAR *state;
266
state = (struct
inflate_state
FAR *)strm->state;
inffast.c
71
struct
inflate_state
FAR *state;
98
state = (struct
inflate_state
FAR *)strm->state;
/external/qemu/distrib/zlib-1.2.3/
inflate.h
77
struct
inflate_state
{
struct
inflate.c
95
local void fixedtables OF((struct
inflate_state
FAR *state));
106
struct
inflate_state
FAR *state;
109
state = (struct
inflate_state
FAR *)strm->state;
133
struct
inflate_state
FAR *state;
136
state = (struct
inflate_state
FAR *)strm->state;
150
struct
inflate_state
FAR *state;
162
state = (struct
inflate_state
FAR *)
163
ZALLOC(strm, 1, sizeof(struct
inflate_state
));
206
struct
inflate_state
FAR *state;
272
struct
inflate_state
state
[
all
...]
infback.c
19
local void fixedtables OF((struct
inflate_state
FAR *state));
35
struct
inflate_state
FAR *state;
49
state = (struct
inflate_state
FAR *)ZALLOC(strm, 1,
50
sizeof(struct
inflate_state
));
74
struct
inflate_state
FAR *state;
248
struct
inflate_state
FAR *state;
266
state = (struct
inflate_state
FAR *)strm->state;
inffast.c
71
struct
inflate_state
FAR *state;
98
state = (struct
inflate_state
FAR *)strm->state;
/external/zlib/contrib/masmx64/
inffas8664.c
110
struct
inflate_state
FAR *state;
125
state = (struct
inflate_state
FAR *)strm->state;
/external/zlib/contrib/inflate86/
inffas86.c
75
struct
inflate_state
FAR *state;
109
state = (struct
inflate_state
FAR *)strm->state;
[
all
...]
/external/zlib/contrib/masmx86/
inffas32.asm
37
; in
inflate_state
in inflate.h)
Completed in 823 milliseconds