Lines Matching defs:state
94 struct internal_state *state; /* not visible by applications */
203 Initializes the internal stream state for compression. The fields
261 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
295 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
308 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
325 Initializes the internal stream state for decompression. The fields
400 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
448 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
481 for the internal compression state. memLevel=1 uses minimum memory but
506 but does not free and reallocate all the internal compression state.
511 stream state was inconsistent (such as zalloc or state being NULL).
564 but does not free and reallocate all the internal decompression state.
568 stream state was inconsistent (such as zalloc or state being NULL).