HomeSort by: relevance | last modified time | path
    Searched refs:z_streamp (Results 1 - 17 of 17) sorted by relevancy

  /src/common/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
zlib.h 110 typedef z_stream FAR *z_streamp; typedef in typeref:typename:z_stream FAR *
230 ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level);
252 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
365 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
380 ZEXTERN int ZEXPORT inflateInit(z_streamp strm);
403 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
523 ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
541 ZEXTERN int ZEXPORT deflateInit2(z_streamp strm,
613 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
657 ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm
    [all...]
inflate.c 96 local int inflateStateCheck(z_streamp strm) {
108 int ZEXPORT inflateResetKeep(z_streamp strm) {
132 int ZEXPORT inflateReset(z_streamp strm) {
143 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
180 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
220 int ZEXPORT inflateInit_(z_streamp strm, const char *version,
225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
370 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) {
592 int ZEXPORT inflate(z_streamp strm, int flush) {
1275 int ZEXPORT inflateEnd(z_streamp strm)
    [all...]
inflate.h 83 z_streamp strm; /* pointer back to this zlib stream */
gzwrite.c 13 z_streamp strm = &(state->strm);
70 z_streamp strm = &(state->strm);
148 z_streamp strm = &(state->strm);
293 z_streamp strm;
366 z_streamp strm;
452 z_streamp strm;
561 z_streamp strm;
deflate.c 220 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) {
373 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
381 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
531 local int deflateStateCheck(z_streamp strm) {
552 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
618 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
637 int ZEXPORT deflateResetKeep(z_streamp strm) {
697 int ZEXPORT deflateReset(z_streamp strm) {
707 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
715 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits)
    [all...]
gzread.c 45 z_streamp strm = &(state->strm);
77 z_streamp strm = &(state->strm);
159 z_streamp strm = &(state->strm);
209 z_streamp strm = &(state->strm);
infback.c 27 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
244 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
623 int ZEXPORT inflateBackEnd(z_streamp strm) {
deflate.h 107 z_streamp strm; /* pointer back to this zlib stream */
inffast.c 52 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) {
  /src/sys/net/
zlib.h 383 typedef z_stream FAR *z_streamp; typedef in typeref:typename:z_stream FAR *
474 ZEXTERN int ZEXPORT deflateInit(z_streamp, int);
496 ZEXTERN int ZEXPORT deflate(z_streamp, int);
581 ZEXTERN int ZEXPORT deflateEnd(z_streamp);
596 ZEXTERN int ZEXPORT inflateInit(z_streamp);
616 ZEXTERN int ZEXPORT inflate(z_streamp, int);
688 ZEXTERN int ZEXPORT inflateEnd(z_streamp);
706 ZEXTERN int ZEXPORT deflateInit2(z_streamp, int, int, int, int, int);
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
778 ZEXTERN int ZEXPORT deflateCopy(z_streamp, z_streamp)
    [all...]
zlib.c 369 z_streamp strm; /* pointer back to this zlib stream */
691 local void flush_pending(z_streamp strm);
692 local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
802 int ZEXPORT deflateInit_(z_streamp strm,
812 int ZEXPORT deflateInit2_(z_streamp strm,
898 int ZEXPORT deflateSetDictionary (z_streamp strm,
941 int ZEXPORT deflateReset (z_streamp strm)
972 z_streamp strm;
1024 local void flush_pending(z_streamp strm)
1046 int ZEXPORT deflate (z_streamp strm, int flush
    [all...]
  /src/distrib/utils/zcat/
zcat.c 122 int deflateInit2_(z_streamp strm, int level, int method,
130 int deflate(z_streamp strm, int flush)
136 int deflateEnd(z_streamp strm)
142 int deflateParams(z_streamp strm, int level, int strategy)
  /src/common/dist/zlib/examples/
fitblk.c 73 local int partcompress(FILE *in, z_streamp def)
96 local int recompress(z_streamp inf, z_streamp def)
gzjoin.c 254 local void zpull(z_streamp strm, bin *in)
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 27 z_streamp = ^z_stream;
  /src/common/dist/zlib/os400/
zlib.inc 81 D z_streamp S * Stream struct ptr
93 D z_stream DS align based(z_streamp)

Completed in 49 milliseconds