Home
last modified time | relevance | path

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

/external/zlib/src/
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;}; argument
Dzconf.h151 # define internal_state z_internal_state macro
Dzconf.h.in151 # define internal_state z_internal_state macro
/external/qemu/distrib/zlib-1.2.3/
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 */ argument
Dzlib.h1346 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
Dgzio.c19 struct internal_state {int dummy;}; /* for buggy compilers */ struct
/external/chromium_org/third_party/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.c11 struct internal_state {int dummy;}; /* for buggy compilers */ argument
Dzlib.h1630 struct internal_state {int dummy;}; argument
Dmozzconf.h160 #define internal_state MOZ_Z_internal_state macro
Dzconf.h133 # define internal_state z_internal_state macro
/external/bison/lib/
Dmbrtowc.c36 static char internal_state[4]; variable
342 static mbstate_t internal_state; in rpl_mbrtowc() local
/external/kernel-headers/original/linux/
Dzlib.h699 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/external/open-vcdiff/src/zlib/
Dzlib.h1362 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1362 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h1362 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/external/zlib/
Dzlib.h1742 struct internal_state {int dummy;}; argument
Dzconf.h151 # define internal_state z_internal_state macro
/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc1690 DownloadInternalState internal_state) { in InternalToExternalState()
/external/srec/srec/crec/
Dsrec.c1109 asr_int16_t internal_state, end_state; in update_internal_hmm_states() local