Home
last modified time | relevance | path

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

/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 */ struct
Dzlib.h1813 struct internal_state {int dummy;}; argument
Dzconf.h151 # define internal_state z_internal_state macro
/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.h151 # define internal_state z_internal_state macro
Dzconf.h.in151 # 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/zlib/
Dzlib.h1742 struct internal_state {int dummy;}; struct
Dzconf.h151 # define internal_state z_internal_state macro
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h1807 struct internal_state {int dummy;}; struct
Dzconf.h151 # define internal_state z_internal_state macro
/external/lldb/source/Target/
DProcess.cpp4034 … const StateType internal_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunPrivateStateThread() local