Home
last modified time | relevance | path

Searched refs:odone (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/comp/
Dc_zlib.c437 int odone; /* deflate EOF */ member
504 ctx->odone = 0; in bio_zlib_new()
604 if(ctx->odone) return 0; in bio_zlib_write()
672 if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1; in bio_zlib_flush()
692 if(ctx->odone) return 1; in bio_zlib_flush()
702 if(ret == Z_STREAM_END) ctx->odone = 1; in bio_zlib_flush()
726 ctx->odone = 0; in bio_zlib_ctrl()