Searched defs:strm (Results 1 - 25 of 28) sorted by relevance

12

/src/common/dist/zlib/examples/
H A Dzpipe.c40 z_stream strm; local in function:def
96 z_stream strm; local in function:inf
[all...]
H A Dgznorm.c88 z_stream strm; local in function:gzip_normalize
[all...]
H A Dgun.c200 lunpipe(unsigned have,z_const unsigned char * next,struct ind * indp,int outfile,z_stream * strm) argument
383 gunpipe(z_stream * strm,int infile,int outfile) argument
548 gunzip(z_stream * strm,char * inname,char * outname,int test) argument
636 z_stream strm; local in function:main
[all...]
H A Dgzappend.c259 local int gzscan(char *name, z_stream *strm, int level) argument
388 gztack(char * name,int gd,z_stream * strm,int last) argument
469 z_stream strm; local in function:main
[all...]
H A Dgzjoin.c254 local void zpull(z_streamp strm, bin *in) argument
289 z_stream strm; /* zlib inflate stream */ local in function:gzcopy
[all...]
H A Dzran.c134 z_stream strm = {0}; // inflate engine (gets fired up later) local in function:deflate_index_build
276 inflatePreface(z_stream * strm,int bits,int value) argument
359 z_stream strm = {0}; local in function:deflate_index_extract
[all...]
H A Dgzlog.c614 z_stream strm; local in function:log_compress
[all...]
/src/distrib/utils/zcat/
H A Dzcat.c122 int deflateInit2_(z_streamp strm, int level, int method, argument
130 int deflate(z_streamp strm, int flush) argument
136 int deflateEnd(z_streamp strm) argument
142 int deflateParams(z_streamp strm, int level, int strategy) argument
/src/common/dist/zlib/
H A Dinffast.c52 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { argument
[all...]
H A Dgzread.c45 z_streamp strm = &(state->strm); local in function:gz_avail
77 z_streamp strm = &(state->strm); local in function:gz_look
159 z_streamp strm = &(state->strm); local in function:gz_decomp
209 z_streamp strm = &(state->strm); local in function:gz_fetch
[all...]
H A Dgzguts.h201 z_stream strm; /* stream structure in-place (not a pointer) */ member in struct:__anonc644d5a80108
H A Dgzwrite.c13 z_streamp strm = &(state->strm); local in function:gz_init
70 z_streamp strm = &(state->strm); local in function:gz_comp
148 z_streamp strm = &(state->strm); local in function:gz_zero
293 z_streamp strm; local in function:gzputc
366 z_streamp strm; local in function:gzvprintf
452 z_streamp strm; local in function:gzprintf
561 z_streamp strm; local in function:gzsetparams
[all...]
H A Dinfback.c27 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, argument
244 inflateBack(z_streamp strm,in_func in,void FAR * in_desc,out_func out,void FAR * out_desc) argument
623 inflateBackEnd(z_streamp strm) argument
[all...]
H A Dinflate.c96 local int inflateStateCheck(z_streamp strm) { argument
108 inflateResetKeep(z_streamp strm) argument
132 inflateReset(z_streamp strm) argument
143 inflateReset2(z_streamp strm,int windowBits) argument
180 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) argument
220 inflateInit_(z_streamp strm,const char * version,int stream_size) argument
225 inflatePrime(z_streamp strm,int bits,int value) argument
370 updatewindow(z_streamp strm,const Bytef * end,unsigned copy) argument
592 inflate(z_streamp strm,int flush) argument
1275 inflateEnd(z_streamp strm) argument
1287 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) argument
1307 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) argument
1339 inflateGetHeader(z_streamp strm,gz_headerp head) argument
1384 inflateSync(z_streamp strm) argument
1440 inflateSyncPoint(z_streamp strm) argument
1492 inflateUndermine(z_streamp strm,int subvert) argument
1507 inflateValidate(z_streamp strm,int check) argument
1519 inflateMark(z_streamp strm) argument
1530 inflateCodesUsed(z_streamp strm) argument
[all...]
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member in struct:inflate_state
H A Ddeflate.c220 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { argument
373 deflateInit_(z_streamp strm,int level,const char * version,int stream_size) argument
381 deflateInit2_(z_streamp strm,int level,int method,int windowBits,int memLevel,int strategy,const char * version,int stream_size) argument
531 deflateStateCheck(z_streamp strm) argument
552 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) argument
618 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) argument
637 deflateResetKeep(z_streamp strm) argument
697 deflateReset(z_streamp strm) argument
707 deflateSetHeader(z_streamp strm,gz_headerp head) argument
715 deflatePending(z_streamp strm,unsigned * pending,int * bits) argument
725 deflatePrime(z_streamp strm,int bits,int value) argument
754 deflateParams(z_streamp strm,int level,int strategy) argument
799 deflateTune(z_streamp strm,int good_length,int max_lazy,int nice_length,int max_chain) argument
836 deflateBound(z_streamp strm,uLong sourceLen) argument
917 flush_pending(z_streamp strm) argument
948 deflate(z_streamp strm,int flush) argument
1260 deflateEnd(z_streamp strm) argument
[all...]
H A Ddeflate.h107 z_streamp strm; /* pointer back to this zlib stream */ member in struct:internal_state
/src/sys/net/
H A Dppp-deflate.c70 z_stream strm; member in struct:deflate_state
[all...]
/src/common/dist/zlib/contrib/infback9/
H A Dinfback9.c19 int ZEXPORT inflateBack9Init_(z_stream FAR *strm, unsigned char FAR *window, argument
212 inflateBack9(z_stream FAR * strm,in_func in,void FAR * in_desc,out_func out,void FAR * out_desc) argument
596 inflateBack9End(z_stream FAR * strm) argument
[all...]
/src/common/dist/zlib/test/
H A Dinfcover.c158 mem_setup(z_stream * strm) argument
176 mem_limit(z_stream * strm,size_t limit) argument
184 mem_used(z_stream * strm,char * prefix) argument
192 mem_high(z_stream * strm,char * prefix) argument
200 mem_done(z_stream * strm,char * prefix) argument
290 z_stream strm, copy; local in function:inf
353 z_stream strm; local in function:cover_support
391 z_stream strm, copy; local in function:cover_wrap
474 z_stream strm; local in function:cover_back
514 z_stream strm; local in function:try
[all...]
H A Dminigzip.c167 z_stream strm; member in struct:gzFile_s
213 z_stream *strm; local in function:gzwrite
234 z_stream *strm; local in function:gzread
262 z_stream *strm; local in function:gzclose
[all...]
/src/usr.bin/gzip/
H A Dunxz.c43 lzma_stream strm = LZMA_STREAM_INIT; local in function:unxz
277 lzma_stream strm = LZMA_STREAM_INIT; local in function:parse_indexes
[all...]
/src/sys/netinet6/
H A Dsctp6_usrreq.c351 struct sctp_stream_out *strm; local in function:sctp6_notify_mbuf
/src/sys/netinet/
H A Dsctp_indata.c739 struct sctp_stream_in *strm; local in function:sctp_service_reassembly
804 struct sctp_stream_in *strm; local in function:sctp_queue_data_to_stream
4420 struct sctp_stream_in *strm; local in function:sctp_handle_forward_tsn
[all...]
H A Dsctp_usrreq.c293 struct sctp_stream_out *strm; local in function:sctp_notify_mbuf
182 sctp_split_chunks(struct sctp_association * asoc,struct sctp_stream_out * strm,struct sctp_tmit_chunk * chk) argument

Completed in 24 milliseconds

12