Searched defs:zin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dc_zlib.c432 z_stream zin; /* Input decompress context */ member in struct:__anon13742
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
[all...]
/external/openssl/crypto/comp/
H A Dc_zlib.c432 z_stream zin; /* Input decompress context */ member in struct:__anon27354
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
[all...]

Completed in 112 milliseconds