Home
last modified time | relevance | path

Searched defs:internal_state (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h94 typedef struct internal_state { struct
95 z_streamp strm; /* pointer back to this zlib stream */
96 int status; /* as the name implies */
97 Bytef *pending_buf; /* output still pending */
98 ulg pending_buf_size; /* size of pending_buf */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
103 uInt gzindex; /* where in extra, name, or comment */
[all …]
H A Dzutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h592 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h1742 struct internal_state {int dummy;}; argument
H A Dzconf.h155 # define internal_state z_internal_state macro
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h721 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct