HomeSort by relevance Sort by last modified time
    Searched refs:zin (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/comp/
c_zlib.c 432 z_stream zin; /* Input decompress context */ member in struct:__anon7741
492 ctx->zin.zalloc = Z_NULL;
493 ctx->zin.zfree = Z_NULL;
494 ctx->zin.next_in = NULL;
495 ctx->zin.avail_in = 0;
496 ctx->zin.next_out = NULL;
497 ctx->zin.avail_out = 0;
520 inflateEnd(&ctx->zin);
540 z_stream *zin; local
543 zin = &ctx->zin
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 110 ZipFile zin, zout; local
127 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
139 int result = copyAndAlign(&zin, &zout, alignment, zopfli);

Completed in 556 milliseconds