Home
last modified time | relevance | path

Searched refs:zout (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c281 z_stream zout; /* Output compression context */ member
332 ctx->zout.zalloc = Z_NULL; in bio_zlib_new()
333 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
355 deflateEnd(&ctx->zout); in bio_zlib_free()
431 z_stream *zout; in bio_zlib_write() local
439 zout = &ctx->zout; in bio_zlib_write()
450 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) { in bio_zlib_write()
455 zout->next_out = ctx->obuf; in bio_zlib_write()
456 zout in bio_zlib_write()
502 z_stream *zout; bio_zlib_flush() local
[all...]
/third_party/openssl/crypto/comp/
H A Dc_zlib.c281 z_stream zout; /* Output compression context */ member
332 ctx->zout.zalloc = Z_NULL; in bio_zlib_new()
333 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
355 deflateEnd(&ctx->zout); in bio_zlib_free()
431 z_stream *zout; in bio_zlib_write() local
439 zout = &ctx->zout; in bio_zlib_write()
450 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) { in bio_zlib_write()
455 zout->next_out = ctx->obuf; in bio_zlib_write()
456 zout in bio_zlib_write()
502 z_stream *zout; bio_zlib_flush() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h4181 char *zout; member
4259 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() argument
4263 z->zout = zout; in stbi__zexpand()
4265 cur = (unsigned int) (z->zout - z->zout_start); in stbi__zexpand()
4276 z->zout = q + cur; in stbi__zexpand()
4297 char *zout = a->zout; in stbi__parse_huffman_block() local
4302 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4303 if (!stbi__zexpand(a, zout, in stbi__parse_huffman_block()
[all...]

Completed in 12 milliseconds