Home
last modified time | relevance | path

Searched defs:internal_state (Results 1 – 25 of 38) 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 */ struct
Dzlib.h1600 struct internal_state {int dummy;}; argument
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 …]
/external/tflite-support/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.h180 # 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 …]
/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 …]
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.h113 struct internal_state { struct
115 unsigned char *pending_buf; /* output still pending */
116 unsigned char *pending_out; /* next pending byte to output to the stream */
117 uint32_t pending_buf_size; /* size of pending_buf */
118 uint32_t pending; /* nb of bytes in the pending buffer */
119 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
120 uint32_t gzindex; /* where in extra, name, or comment */
122 int status; /* as the name implies */
123 int last_flush; /* value of flush param for previous deflate call */
124 …int reproducible; /* Whether reproducible compression results are required. */
[all …]
Dzlib_name_mangling.h.in154 #define internal_state @ZLIB_SYMBOL_PREFIX@internal_state macro
Dzlib_name_mangling-ng.h.in154 #define internal_state @ZLIB_SYMBOL_PREFIX@internal_state macro
/external/musl/src/multibyte/
Dc16rtomb.c7 static unsigned internal_state; in c16rtomb() local
Dmbrtoc32.c6 static unsigned internal_state; in mbrtoc32() local
Dmbrtoc16.c6 static unsigned internal_state; in mbrtoc16() local
Dmbrtowc.c8 static unsigned internal_state; in mbrtowc() local
/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.h266 auto* internal_state = static_state_->TryGet(data_source_instance_index_); in GetInterceptorLocked() local
Ddata_source.h306 auto* internal_state = in GetDataSourceLocked() local
/external/perfetto/src/shared_lib/
Ddata_source.cc317 auto* internal_state = ds_impl->cpp_type.static_state()->TryGet(idx); in PerfettoDsImplGetInstanceLocked() local
338 auto* internal_state = ds_impl->cpp_type.static_state()->TryGet(idx); in PerfettoDsImplReleaseInstanceLocked() local
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc1218 auto* internal_state = static_state->TryGet(i); in MaybeAdoptStartupTracingInDataSource() local
1284 auto* internal_state = in SetupDataSource() local
1333 auto* internal_state = in SetupDataSourceImpl() local
2180 auto* internal_state = static_state->TryGet(i); in OnProducerDisconnected() local
2230 auto* internal_state = static_state->TryGet(i); in FindDataSource() local
2548 auto* internal_state = static_state->TryGet(i); in AbortStartupTracingSession() local
Dtracing_muxer_impl.h493 DataSourceState* internal_state = nullptr; member
/external/freetype/src/gzip/
Dftzconf.h167 # define internal_state z_internal_state macro

12