/external/libwebsockets/win32port/zlib/ |
D | deflate.h | 94 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 …]
|
D | zutil.c | 11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
D | zlib.h | 1600 struct internal_state {int dummy;}; argument
|
D | zconf.h | 131 # define internal_state z_internal_state macro
|
/external/zlib/ |
D | deflate.h | 100 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/ |
D | deflate.h | 100 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 …]
|
D | zconf.h | 180 # define internal_state z_internal_state macro
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 100 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/ |
D | deflate.h | 100 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/ |
D | deflate.h | 113 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 …]
|
D | zlib_name_mangling.h.in | 154 #define internal_state @ZLIB_SYMBOL_PREFIX@internal_state macro
|
D | zlib_name_mangling-ng.h.in | 154 #define internal_state @ZLIB_SYMBOL_PREFIX@internal_state macro
|
/external/musl/src/multibyte/ |
D | c16rtomb.c | 7 static unsigned internal_state; in c16rtomb() local
|
D | mbrtoc32.c | 6 static unsigned internal_state; in mbrtoc32() local
|
D | mbrtoc16.c | 6 static unsigned internal_state; in mbrtoc16() local
|
D | mbrtowc.c | 8 static unsigned internal_state; in mbrtowc() local
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | binding.h | 243 internal::BindingState<Interface, ImplRefTraits>* internal_state() { in internal_state() function
|
D | interface_ptr.h | 203 internal::InterfacePtrState<Interface>* internal_state() { in internal_state() function
|
D | associated_interface_ptr.h | 166 internal::AssociatedInterfacePtrState<Interface>* internal_state() { in internal_state() function
|
/external/perfetto/include/perfetto/tracing/ |
D | interceptor.h | 266 auto* internal_state = static_state_->TryGet(data_source_instance_index_); in GetInterceptorLocked() local
|
D | data_source.h | 306 auto* internal_state = in GetDataSourceLocked() local
|
/external/perfetto/src/shared_lib/ |
D | data_source.cc | 317 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/ |
D | tracing_muxer_impl.cc | 1218 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
|
D | tracing_muxer_impl.h | 493 DataSourceState* internal_state = nullptr; member
|
/external/freetype/src/gzip/ |
D | ftzconf.h | 167 # define internal_state z_internal_state macro
|