HomeSort by: relevance | last modified time | path
    Searched defs:zout (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zlib.c 356 z_stream zout; /* Output compression context */ member in struct:__anon77
411 ctx->zout.zalloc = Z_NULL;
412 ctx->zout.zfree = Z_NULL;
434 deflateEnd(&ctx->zout);
508 z_stream *zout; local
516 zout = &ctx->zout;
525 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) {
530 zout->next_out = ctx->obuf;
531 zout->avail_out = ctx->obufsize
577 z_stream *zout; local
    [all...]
c_zlib.c 356 z_stream zout; /* Output compression context */ member in struct:__anon77
411 ctx->zout.zalloc = Z_NULL;
412 ctx->zout.zfree = Z_NULL;
434 deflateEnd(&ctx->zout);
508 z_stream *zout; local
516 zout = &ctx->zout;
525 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) {
530 zout->next_out = ctx->obuf;
531 zout->avail_out = ctx->obufsize
577 z_stream *zout; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/comp/
c_zlib.c 281 z_stream zout; /* Output compression context */ member in struct:__anon1195
332 ctx->zout.zalloc = Z_NULL;
333 ctx->zout.zfree = Z_NULL;
355 deflateEnd(&ctx->zout);
431 z_stream *zout; local
439 zout = &ctx->zout;
450 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) {
455 zout->next_out = ctx->obuf;
456 zout->avail_out = ctx->obufsize
502 z_stream *zout; local
    [all...]
c_zlib.c 281 z_stream zout; /* Output compression context */ member in struct:__anon1195
332 ctx->zout.zalloc = Z_NULL;
333 ctx->zout.zfree = Z_NULL;
355 deflateEnd(&ctx->zout);
431 z_stream *zout; local
439 zout = &ctx->zout;
450 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) {
455 zout->next_out = ctx->obuf;
456 zout->avail_out = ctx->obufsize
502 z_stream *zout; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/comp/
c_zlib.c 284 z_stream zout; /* Output compression context */ member in struct:__anon1856
337 ctx->zout.zalloc = Z_NULL;
338 ctx->zout.zfree = Z_NULL;
359 deflateEnd(&ctx->zout);
431 z_stream *zout; local
439 zout = &ctx->zout;
450 deflateInit(zout, ctx->comp_level);
451 zout->next_out = ctx->obuf;
452 zout->avail_out = ctx->obufsize
498 z_stream *zout; local
    [all...]
c_zlib.c 284 z_stream zout; /* Output compression context */ member in struct:__anon1856
337 ctx->zout.zalloc = Z_NULL;
338 ctx->zout.zfree = Z_NULL;
359 deflateEnd(&ctx->zout);
431 z_stream *zout; local
439 zout = &ctx->zout;
450 deflateInit(zout, ctx->comp_level);
451 zout->next_out = ctx->obuf;
452 zout->avail_out = ctx->obufsize
498 z_stream *zout; local
    [all...]
  /src/sys/dev/stbi/
stb_image.c 2274 char *zout; member in struct:__anon3680
2339 cur = (int) (z->zout - z->zout_start);
2346 z->zout = q + cur;
2371 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0;
2372 *a->zout++ = (char) z;
2384 if (a->zout - a->zout_start < dist) return e("bad dist","Corrupt PNG");
2385 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0;
2386 p = (uint8 *) (a->zout - dist);
2388 *a->zout++ = *p++;
2460 if (a->zout + len > a->zout_end
    [all...]
stb_image.c 2274 char *zout; member in struct:__anon3680
2339 cur = (int) (z->zout - z->zout_start);
2346 z->zout = q + cur;
2371 if (a->zout >= a->zout_end) if (!expand(a, 1)) return 0;
2372 *a->zout++ = (char) z;
2384 if (a->zout - a->zout_start < dist) return e("bad dist","Corrupt PNG");
2385 if (a->zout + len > a->zout_end) if (!expand(a, len)) return 0;
2386 p = (uint8 *) (a->zout - dist);
2388 *a->zout++ = *p++;
2460 if (a->zout + len > a->zout_end
    [all...]

Completed in 43 milliseconds