Home
last modified time | relevance | path

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

12

/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 */ struct
Dzlib.h1742 struct internal_state {int dummy;}; struct
Dzconf.h.in151 # define internal_state z_internal_state macro
/external/qemu/distrib/zlib-1.2.8/
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
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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 …]
Dfx_zlib_zutil.c14 struct internal_state {int dummy;}; /* for buggy compilers */ argument
Dzlib.h1806 struct internal_state {int dummy;}; argument
Dzconf.h151 # define internal_state z_internal_state macro
/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 */ struct
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/freetype/src/gzip/
Dinflate.c30 struct internal_state { struct
33 inflate_mode mode; /* current inflate mode */
36 union {
43 } sub; /* submode */
46 int nowrap; /* flag for no wrapper */
47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
49 *blocks; /* current inflate_blocks state */
/external/bison/lib/
Dmbrtowc.c36 static char internal_state[4]; variable
342 static mbstate_t internal_state; in rpl_mbrtowc() local
/external/chromium_org/mojo/public/cpp/bindings/
Dinterface_impl.h50 internal::InterfaceImplState<Interface>* internal_state() { in internal_state() function
Dinterface_ptr.h101 internal::InterfacePtrState<Interface>* internal_state() { in internal_state() function
/external/chromium_org/ash/touch/
Dtouchscreen_util.cc24 DisplayInfo* internal_state = NULL; in AssociateTouchscreens() local
/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
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h1802 struct internal_state {int dummy;}; struct

12