Lines Matching refs:state
70 /* Compression function. Returns the block state after the call. */
248 strm->state = (struct internal_state *)s;
288 if (strm == NULL || strm->state == NULL)
295 s = (deflate_state *)strm->state;
316 * IN assertion: the stream state is correct and there is enough room in
337 if (strm == NULL || strm->state == NULL ||
341 s = (deflate_state *) strm->state;
475 if (strm == NULL || strm->state == NULL) return Z_STREAM_ERROR;
476 s = (deflate_state *) strm->state;
484 strm->state = NULL;
510 else if (!((deflate_state *)(strm->state))->noheader) {
850 * the current block state.
911 * block state.