Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h104 typedef struct internal_state { struct
105 z_streamp strm; /* pointer back to this zlib stream */
106 int status; /* as the name implies */
107 Bytef *pending_buf; /* output still pending */
108 ulg pending_buf_size; /* size of pending_buf */
109 Bytef *pending_out; /* next pending byte to output to the stream */
110 ulg pending; /* nb of bytes in the pending buffer */
111 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
112 gz_headerp gzhead; /* gzip header information to write */
113 ulg gzindex; /* where in extra, name, or comment */
[all …]
H A Dzconf.h178 # define internal_state z_internal_state macro
H A Dzconf.h.in167 # define internal_state z_internal_state macro
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4085 const StateType internal_state = in RunPrivateStateThread() local