/external/zlib/src/ |
D | deflate.h | 97 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 …]
|
D | zutil.c | 14 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
D | zlib.h | 1742 struct internal_state {int dummy;}; struct
|
D | zconf.h.in | 151 # define internal_state z_internal_state macro
|
/external/qemu/distrib/zlib-1.2.8/ |
D | deflate.h | 97 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 …]
|
D | zutil.c | 14 struct internal_state {int dummy;}; /* for buggy compilers */ argument
|
D | zlib.h | 1742 struct internal_state {int dummy;}; argument
|
D | zconf.h | 151 # define internal_state z_internal_state macro
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | deflate.h | 97 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 …]
|
D | fx_zlib_zutil.c | 14 struct internal_state {int dummy;}; /* for buggy compilers */ argument
|
D | zlib.h | 1806 struct internal_state {int dummy;}; argument
|
D | zconf.h | 151 # define internal_state z_internal_state macro
|
/external/chromium_org/third_party/zlib/ |
D | deflate.h | 97 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 …]
|
D | zutil.c | 11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
D | zlib.h | 1630 struct internal_state {int dummy;}; argument
|
D | mozzconf.h | 160 #define internal_state MOZ_Z_internal_state macro
|
D | zconf.h | 133 # define internal_state z_internal_state macro
|
/external/freetype/src/gzip/ |
D | inflate.c | 30 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/ |
D | mbrtowc.c | 36 static char internal_state[4]; variable 342 static mbstate_t internal_state; in rpl_mbrtowc() local
|
/external/chromium_org/mojo/public/cpp/bindings/ |
D | interface_impl.h | 50 internal::InterfaceImplState<Interface>* internal_state() { in internal_state() function
|
D | interface_ptr.h | 101 internal::InterfacePtrState<Interface>* internal_state() { in internal_state() function
|
/external/chromium_org/ash/touch/ |
D | touchscreen_util.cc | 24 DisplayInfo* internal_state = NULL; in AssociateTouchscreens() local
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zlib.h | 1362 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
|
/external/zlib/ |
D | zlib.h | 1742 struct internal_state {int dummy;}; argument
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zlib.h | 1802 struct internal_state {int dummy;}; struct
|