Searched refs:inflate_state (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dinflate.c95 local void fixedtables OF((struct inflate_state FAR *state));
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
187 struct inflate_state FAR *state;
208 state = (struct inflate_state FAR *)
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
[all...]
H A Dinflate.h81 struct inflate_state { struct
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
59 sizeof(struct inflate_state));
83 struct inflate_state FAR *state;
257 struct inflate_state FAR *state;
275 state = (struct inflate_state FAR *)strm->state;
H A Dinffast.c71 struct inflate_state FAR *state;
98 state = (struct inflate_state FAR *)strm->state;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dinflate.c96 local void fixedtables OF((struct inflate_state FAR *state));
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
162 struct inflate_state FAR *state;
166 state = (struct inflate_state FAR *)strm->state;
202 struct inflate_state FA
[all...]
H A Dinflate.h82 struct inflate_state { struct
H A Dinffast.c54 struct inflate_state FAR *state;
81 state = (struct inflate_state FAR *)strm->state;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dinflate.h77 struct inflate_state { struct
H A Dinflate.c95 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 stat
[all...]
H A Dinfback.c19 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;
H A Dinffast.c71 struct inflate_state FAR *state;
98 state = (struct inflate_state FAR *)strm->state;

Completed in 25 milliseconds