Home
last modified time | relevance | path

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

12

/external/libwebsockets/win32port/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 */ argument
Dzlib.h1600 struct internal_state {int dummy;}; struct
Dzconf.h131 # define internal_state z_internal_state macro
/external/zlib/
Ddeflate.h100 typedef struct internal_state { struct
101 z_streamp strm; /* pointer back to this zlib stream */
102 int status; /* as the name implies */
103 Bytef *pending_buf; /* output still pending */
104 ulg pending_buf_size; /* size of pending_buf */
105 Bytef *pending_out; /* next pending byte to output to the stream */
106 ulg pending; /* nb of bytes in the pending buffer */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
108 gz_headerp gzhead; /* gzip header information to write */
109 ulg gzindex; /* where in extra, name, or comment */
[all …]
Dzconf.h180 # define internal_state z_internal_state macro
/external/angle/third_party/zlib/
Ddeflate.h100 typedef struct internal_state { struct
101 z_streamp strm; /* pointer back to this zlib stream */
102 int status; /* as the name implies */
103 Bytef *pending_buf; /* output still pending */
104 ulg pending_buf_size; /* size of pending_buf */
105 Bytef *pending_out; /* next pending byte to output to the stream */
106 ulg pending; /* nb of bytes in the pending buffer */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
108 gz_headerp gzhead; /* gzip header information to write */
109 ulg gzindex; /* where in extra, name, or comment */
[all …]
Dzconf.h176 # define internal_state z_internal_state macro
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.h100 typedef struct internal_state { struct
101 z_streamp strm; /* pointer back to this zlib stream */
102 int status; /* as the name implies */
103 Bytef *pending_buf; /* output still pending */
104 ulg pending_buf_size; /* size of pending_buf */
105 Bytef *pending_out; /* next pending byte to output to the stream */
106 ulg pending; /* nb of bytes in the pending buffer */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
108 gz_headerp gzhead; /* gzip header information to write */
109 ulg gzindex; /* where in extra, name, or comment */
[all …]
Dzconf.h164 # define internal_state z_internal_state macro
Dzconf.h.in164 # define internal_state z_internal_state macro
/external/python/cpython2/Modules/zlib/
Ddeflate.h100 typedef struct internal_state { struct
101 z_streamp strm; /* pointer back to this zlib stream */
102 int status; /* as the name implies */
103 Bytef *pending_buf; /* output still pending */
104 ulg pending_buf_size; /* size of pending_buf */
105 Bytef *pending_out; /* next pending byte to output to the stream */
106 ulg pending; /* nb of bytes in the pending buffer */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
108 gz_headerp gzhead; /* gzip header information to write */
109 ulg gzindex; /* where in extra, name, or comment */
[all …]
Dzconf.h.in164 # define internal_state z_internal_state macro
Dzconf.h164 # define internal_state z_internal_state macro
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.h107 typedef struct internal_state { struct
109 unsigned char *pending_buf; /* output still pending */
110 unsigned char *pending_out; /* next pending byte to output to the stream */
111 uint32_t pending_buf_size; /* size of pending_buf */
112 uint32_t pending; /* nb of bytes in the pending buffer */
113 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
114 uint32_t gzindex; /* where in extra, name, or comment */
116 int status; /* as the name implies */
117 int last_flush; /* value of flush param for previous deflate call */
118 …int reproducible; /* Whether reproducible compression results are required. */
[all …]
/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/webrtc/pc/
Ddtls_transport.cc21 DtlsTransportState TranslateState(cricket::DtlsTransportState internal_state) { in TranslateState()
/external/libchrome/mojo/public/cpp/bindings/
Dbinding.h243 internal::BindingState<Interface, ImplRefTraits>* internal_state() { in internal_state() function
Dinterface_ptr.h203 internal::InterfacePtrState<Interface>* internal_state() { in internal_state() function
Dassociated_interface_ptr.h166 internal::AssociatedInterfacePtrState<Interface>* internal_state() { in internal_state() function
/external/perfetto/include/perfetto/tracing/
Dinterceptor.h258 auto* internal_state = static_state_->TryGet(data_source_instance_index_); in GetInterceptorLocked() local
Ddata_source.h218 auto* internal_state = static_state_.TryGet(instance_index_); in GetDataSourceLocked() local
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.h394 DataSourceState* internal_state = nullptr; member
Dtracing_muxer_impl.cc860 auto* internal_state = in SetupDataSource() local
880 auto* internal_state = in SetupDataSource() local
1494 auto* internal_state = static_state->TryGet(i); in FindDataSource() local
/external/rust/crates/libz-sys/src/
Dlib.rs22 pub enum internal_state {} enum

12