Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h97 typedef struct internal_state { struct
98 z_streamp strm; /* pointer back to this zlib stream */
99 int status; /* as the name implies */
100 Bytef *pending_buf; /* output still pending */
101 ulg pending_buf_size; /* size of pending_buf */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105 gz_headerp gzhead; /* gzip header information to write */
106 uInt gzindex; /* where in extra, name, or comment */
[all …]
Dzutil.c14 struct internal_state {int dummy;}; /* for buggy compilers */ argument
Dzlib.h1742 struct internal_state {int dummy;}; struct
Dzconf.h151 # define internal_state z_internal_state macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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 …]
Dzutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
Dzlib.h1346 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
Dgzio.c19 struct internal_state {int dummy;}; /* for buggy compilers */ struct
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzconf.h164 # define internal_state z_internal_state macro