HomeSort by relevance Sort by last modified time
    Searched full:odone (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/comp/
c_zlib.c 437 int odone; /* deflate EOF */ member in struct:__anon5312
504 ctx->odone = 0;
604 if(ctx->odone) return 0;
672 if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1;
692 if(ctx->odone) return 1;
702 if(ret == Z_STREAM_END) ctx->odone = 1;
726 ctx->odone = 0;

Completed in 33 milliseconds