Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c17 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_can_inflate()
39 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_was_inflate_used()
49 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate_disable()
69 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_xpnd()
89 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate()
H A Ddfltcc.h136 dfltcc_reset((strm), sizeof(struct inflate_state))
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c35 struct inflate_state *state; in zlib_inflateReset()
38 state = (struct inflate_state *)strm->state; in zlib_inflateReset()
61 struct inflate_state *state; in zlib_inflateInit2()
66 state = &WS(strm)->inflate_state; in zlib_inflateInit2()
97 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables()
122 struct inflate_state *state; in zlib_updatewindow()
125 state = (struct inflate_state *)strm->state; in zlib_updatewindow()
167 struct inflate_state *state; in zlib_inflateSyncPacket()
170 state = (struct inflate_state *)strm->state; in zlib_inflateSyncPacket()
333 struct inflate_state *state; in zlib_inflate()
[all …]
H A Dinfutil.h23 struct inflate_state inflate_state; member
H A Dinffast.c69 struct inflate_state *state; in inflate_fast()
96 state = (struct inflate_state *)strm->state; in inflate_fast()
H A Dinflate.h74 struct inflate_state { struct
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhead-inflate-data.c38 struct inflate_state state; in __inflate_kernel_data()
53 WS(strm)->inflate_state.wsize = 0; in __inflate_kernel_data()
54 WS(strm)->inflate_state.window = NULL; in __inflate_kernel_data()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c5 local void fixedtables OF((struct inflate_state FAR *state));
10 struct inflate_state FAR *state; in inflateReset()
13 state = (struct inflate_state FAR *)strm->state; in inflateReset()
36 struct inflate_state FAR *state; in inflateInit2_()
48 state = (struct inflate_state FAR *) in inflateInit2_()
49 ZALLOC(strm, 1, sizeof(struct inflate_state)); in inflateInit2_()
78 local void fixedtables(struct inflate_state FAR *state) in fixedtables()
102 struct inflate_state FAR *state; in updatewindow()
105 state = (struct inflate_state FAR *)strm->state; in updatewindow()
330 struct inflate_state FAR *state; in inflate()
[all …]
H A Dinflate.h77 struct inflate_state { struct
H A Dinffast.c72 struct inflate_state FAR *state; in inflate_fast()
99 state = (struct inflate_state FAR *)strm->state; in inflate_fast()
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_inflate.c87 sizeof(struct inflate_state)); in __gunzip()
139 WS(strm)->inflate_state.wsize = 0; in __gunzip()
140 WS(strm)->inflate_state.window = NULL; in __gunzip()