Lines Matching refs:Z_OK
62 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
115 if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */
178 int ret = Z_OK;
389 (state->err != Z_OK && state->err != Z_BUF_ERROR))
403 if (len == 0 && state->err != Z_OK && state->err != Z_BUF_ERROR)
427 (state->err != Z_OK && state->err != Z_BUF_ERROR))
461 (state->err != Z_OK && state->err != Z_BUF_ERROR))
496 (state->err != Z_OK && state->err != Z_BUF_ERROR))
560 (state->err != Z_OK && state->err != Z_BUF_ERROR))
648 err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK;
649 gz_error(state, Z_OK, NULL);