/openbsd-src/sys/lib/libz/ |
H A D | inflate.c | 94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck() argument 106 inflateResetKeep(z_streamp strm) inflateResetKeep() argument 130 inflateReset(z_streamp strm) inflateReset() argument 141 inflateReset2(z_streamp strm,int windowBits) inflateReset2() argument 178 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) inflateInit2_() argument 218 inflateInit_(z_streamp strm,const char * version,int stream_size) inflateInit_() argument 223 inflatePrime(z_streamp strm,int bits,int value) inflatePrime() argument 368 updatewindow(z_streamp strm,const Bytef * end,unsigned copy) updatewindow() argument 590 inflate(z_streamp strm,int flush) inflate() argument 1352 inflateEnd(z_streamp strm) inflateEnd() argument 1364 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument 1384 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument 1416 inflateGetHeader(z_streamp strm,gz_headerp head) inflateGetHeader() argument 1461 inflateSync(z_streamp strm) inflateSync() argument 1517 inflateSyncPoint(z_streamp strm) inflateSyncPoint() argument 1569 inflateUndermine(z_streamp strm,int subvert) inflateUndermine() argument 1584 inflateValidate(z_streamp strm,int check) inflateValidate() argument 1596 inflateMark(z_streamp strm) inflateMark() argument 1607 inflateCodesUsed(z_streamp strm) inflateCodesUsed() argument [all...] |
H A D | deflate.c | 214 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() argument 367 deflateInit_(z_streamp strm,int level,const char * version,int stream_size) deflateInit_() argument 375 deflateInit2_(z_streamp strm,int level,int method,int windowBits,int memLevel,int strategy,const char * version,int stream_size) deflateInit2_() argument 525 deflateStateCheck(z_streamp strm) deflateStateCheck() argument 546 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) deflateSetDictionary() argument 612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument 631 deflateResetKeep(z_streamp strm) deflateResetKeep() argument 691 deflateReset(z_streamp strm) deflateReset() argument 701 deflateSetHeader(z_streamp strm,gz_headerp head) deflateSetHeader() argument 709 deflatePending(z_streamp strm,unsigned * pending,int * bits) deflatePending() argument 719 deflatePrime(z_streamp strm,int bits,int value) deflatePrime() argument 748 deflateParams(z_streamp strm,int level,int strategy) deflateParams() argument 793 deflateTune(z_streamp strm,int good_length,int max_lazy,int nice_length,int max_chain) deflateTune() argument 830 deflateBound(z_streamp strm,uLong sourceLen) deflateBound() argument 911 flush_pending(z_streamp strm) flush_pending() argument 942 deflate(z_streamp strm,int flush) deflate() argument 1254 deflateEnd(z_streamp strm) deflateEnd() argument [all...] |
H A D | zlib.h | 1802 z_deflateInit(strm,level) global() argument 1804 z_inflateInit(strm) global() argument 1806 z_deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1809 z_inflateInit2(strm,windowBits) global() argument 1812 z_inflateBackInit(strm,windowBits,window) global() argument 1816 deflateInit(strm,level) global() argument 1818 inflateInit(strm) global() argument 1820 deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1823 inflateInit2(strm,windowBits) global() argument 1826 inflateBackInit(strm,windowBits,window) global() argument [all...] |
H A D | infback.c | 25 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, in inflateBackInit_() 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() 671 int ZEXPORT inflateBackEnd(z_streamp strm) { in inflateBackEnd()
|
/openbsd-src/lib/libz/ |
H A D | inflate.c | 94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck() argument 106 inflateResetKeep(z_streamp strm) inflateResetKeep() argument 130 inflateReset(z_streamp strm) inflateReset() argument 141 inflateReset2(z_streamp strm,int windowBits) inflateReset2() argument 178 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) inflateInit2_() argument 218 inflateInit_(z_streamp strm,const char * version,int stream_size) inflateInit_() argument 223 inflatePrime(z_streamp strm,int bits,int value) inflatePrime() argument 368 updatewindow(z_streamp strm,const Bytef * end,unsigned copy) updatewindow() argument 590 inflate(z_streamp strm,int flush) inflate() argument 1353 inflateEnd(z_streamp strm) inflateEnd() argument 1365 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument 1385 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument 1417 inflateGetHeader(z_streamp strm,gz_headerp head) inflateGetHeader() argument 1462 inflateSync(z_streamp strm) inflateSync() argument 1518 inflateSyncPoint(z_streamp strm) inflateSyncPoint() argument 1570 inflateUndermine(z_streamp strm,int subvert) inflateUndermine() argument 1585 inflateValidate(z_streamp strm,int check) inflateValidate() argument 1597 inflateMark(z_streamp strm) inflateMark() argument 1608 inflateCodesUsed(z_streamp strm) inflateCodesUsed() argument [all...] |
H A D | deflate.c | 214 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() argument 367 deflateInit_(z_streamp strm,int level,const char * version,int stream_size) deflateInit_() argument 375 deflateInit2_(z_streamp strm,int level,int method,int windowBits,int memLevel,int strategy,const char * version,int stream_size) deflateInit2_() argument 525 deflateStateCheck(z_streamp strm) deflateStateCheck() argument 546 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) deflateSetDictionary() argument 612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument 631 deflateResetKeep(z_streamp strm) deflateResetKeep() argument 691 deflateReset(z_streamp strm) deflateReset() argument 701 deflateSetHeader(z_streamp strm,gz_headerp head) deflateSetHeader() argument 709 deflatePending(z_streamp strm,unsigned * pending,int * bits) deflatePending() argument 719 deflatePrime(z_streamp strm,int bits,int value) deflatePrime() argument 748 deflateParams(z_streamp strm,int level,int strategy) deflateParams() argument 793 deflateTune(z_streamp strm,int good_length,int max_lazy,int nice_length,int max_chain) deflateTune() argument 830 deflateBound(z_streamp strm,uLong sourceLen) deflateBound() argument 911 flush_pending(z_streamp strm) flush_pending() argument 942 deflate(z_streamp strm,int flush) deflate() argument 1254 deflateEnd(z_streamp strm) deflateEnd() argument [all...] |
H A D | zlib.h | 1802 z_deflateInit(strm,level) global() argument 1804 z_inflateInit(strm) global() argument 1806 z_deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1809 z_inflateInit2(strm,windowBits) global() argument 1812 z_inflateBackInit(strm,windowBits,window) global() argument 1816 deflateInit(strm,level) global() argument 1818 inflateInit(strm) global() argument 1820 deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1823 inflateInit2(strm,windowBits) global() argument 1826 inflateBackInit(strm,windowBits,window) global() argument [all...] |
H A D | gzwrite.c | 13 z_streamp strm = &(state->strm); in gz_init() local 68 z_streamp strm = &(state->strm); in gz_comp() local 146 z_streamp strm = &(state->strm); in gz_zero() local 291 z_streamp strm; in gzputc() local 364 z_streamp strm; in gzvprintf() local 450 z_streamp strm; in gzprintf() local 559 z_streamp strm; in gzsetparams() local
|
H A D | gzread.c | 45 z_streamp strm = &(state->strm); in gz_avail() local 77 z_streamp strm = &(state->strm); in gz_look() local 159 z_streamp strm = &(state->strm); in gz_decomp() local 209 z_streamp strm = &(state->strm); in gz_fetch() local
|
H A D | infback.c | 25 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, in inflateBackInit_() 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() 671 int ZEXPORT inflateBackEnd(z_streamp strm) { in inflateBackEnd()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.c | 106 inflateStateCheck(z_streamp strm) inflateStateCheck() argument 120 inflateResetKeep(z_streamp strm) inflateResetKeep() argument 146 inflateReset(z_streamp strm) inflateReset() argument 159 inflateReset2(z_streamp strm,int windowBits) inflateReset2() argument 199 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) inflateInit2_() argument 243 inflateInit_(z_streamp strm,const char * version,int stream_size) inflateInit_() argument 251 inflatePrime(z_streamp strm,int bits,int value) inflatePrime() argument 400 updatewindow(z_streamp strm,const Bytef * end,unsigned copy) updatewindow() argument 626 inflate(z_streamp strm,int flush) inflate() argument 1305 inflateEnd(z_streamp strm) inflateEnd() argument 1319 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument 1342 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument 1377 inflateGetHeader(z_streamp strm,gz_headerp head) inflateGetHeader() argument 1428 inflateSync(z_streamp strm) inflateSync() argument 1486 inflateSyncPoint(z_streamp strm) inflateSyncPoint() argument 1543 inflateUndermine(z_streamp strm,int subvert) inflateUndermine() argument 1561 inflateValidate(z_streamp strm,int check) inflateValidate() argument 1576 inflateMark(z_streamp strm) inflateMark() argument 1589 inflateCodesUsed(z_streamp strm) inflateCodesUsed() argument [all...] |
H A D | deflate.c | 226 zmemcpy(buf, strm->next_in, len); in deflateInit_() argument 238 deflateInit2_(z_streamp strm,int level,int method,int windowBits,int memLevel,int strategy,const char * version,int stream_size) deflateInit2_() argument 389 deflateStateCheck(z_streamp strm) deflateStateCheck() argument 412 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) deflateSetDictionary() argument 481 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument 503 deflateResetKeep(z_streamp strm) deflateResetKeep() argument 541 deflateReset(z_streamp strm) deflateReset() argument 553 deflateSetHeader(z_streamp strm,gz_headerp head) deflateSetHeader() argument 564 deflatePending(z_streamp strm,unsigned * pending,int * bits) deflatePending() argument 578 deflatePrime(z_streamp strm,int bits,int value) deflatePrime() argument 605 deflateParams(z_streamp strm,int level,int strategy) deflateParams() argument 654 deflateTune(z_streamp strm,int good_length,int max_lazy,int nice_length,int max_chain) deflateTune() argument 696 deflateBound(z_streamp strm,uLong sourceLen) deflateBound() argument 782 flush_pending(z_streamp strm) flush_pending() argument 815 deflate(z_streamp strm,int flush) deflate() argument 1130 deflateEnd(z_streamp strm) deflateEnd() argument 1215 read_buf(z_streamp strm,Bytef * buf,unsigned size) read_buf() argument [all...] |
H A D | zlib.h | 1796 Perl_crz_deflateInit(strm,level) global() argument 1798 Perl_crz_inflateInit(strm) global() argument 1800 Perl_crz_deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1803 Perl_crz_inflateInit2(strm,windowBits) global() argument 1806 Perl_crz_inflateBackInit(strm,windowBits,window) global() argument 1810 deflateInit(strm,level) global() argument 1812 inflateInit(strm) global() argument 1814 deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument 1817 inflateInit2(strm,windowBits) global() argument 1820 inflateBackInit(strm,windowBits,window) global() argument [all...] |
H A D | infback.c | 29 inflateBackInit_(z_streamp strm,int windowBits,unsigned char FAR * window,const char * version,int stream_size) inflateBackInit_() argument 252 inflateBack(z_streamp strm,in_func in,void FAR * in_desc,out_func out,void FAR * out_desc) inflateBack() argument 636 inflateBackEnd(z_streamp strm) inflateBackEnd() argument [all...] |
/openbsd-src/regress/lib/libz/ |
H A D | infcover.c | 158 local void mem_setup(z_stream *strm) in mem_setup() 176 local void mem_limit(z_stream *strm, size_t limit) in mem_limit() 184 local void mem_used(z_stream *strm, char *prefix) in mem_used() 192 local void mem_high(z_stream *strm, char *prefix) in mem_high() 200 local void mem_done(z_stream *strm, char *prefix) in mem_done() 290 z_stream strm, copy; in inf() local 353 z_stream strm; in cover_support() local 391 z_stream strm, copy; in cover_wrap() local 473 z_stream strm; in cover_back() local 513 z_stream strm; in try() local
|
H A D | minigzip.c | 167 z_stream strm; member 213 z_stream *strm; in gzwrite() local 234 z_stream *strm; in gzread() local 262 z_stream *strm; in gzclose() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 241 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local 296 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local 385 StreamString strm; in ReadMemory() local 417 StreamString strm; in WriteMemory() local 499 StreamString strm; in ReadRegister() local 525 StreamString strm; in WriteRegister() local
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandReturnObject.cpp | 17 static llvm::raw_ostream &error(Stream &strm) { in error() 23 static llvm::raw_ostream &warning(Stream &strm) { in warning() 29 static void DumpStringToStreamWithNewline(Stream &strm, const std::string &s) { in DumpStringToStreamWithNewline()
|
H A D | Property.cpp | 246 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump() 274 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 204 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder()); in WriteMemoryUnsigned() local 319 StreamFile strm(stdout, false); in ReadMemoryDefault() local 334 StreamFile strm(stdout, false); in WriteMemoryDefault() local 347 StreamFile strm(stdout, false); in ReadRegisterDefault() local 364 StreamFile strm(stdout, false); in WriteRegisterDefault() local 373 void EmulateInstruction::Context::Dump(Stream &strm, in Dump()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | LLDBUtils.cpp | 16 llvm::raw_ostream &strm) { in RunLLDBCommands() 42 llvm::raw_string_ostream strm(s); in RunLLDBCommands() local
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | compress_gzip.c | 45 z_stream *strm; in compress_gzip_chunk() local 77 z_stream *strm; in uncompress_gzip_chunk() local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 73 bool show_stopped_process_status, Stream &strm) { in DumpTargetInfo() 129 bool show_stopped_process_status, Stream &strm) { in DumpTargetList() 477 Stream &strm = result.GetOutputStream(); in DoExecute() local 513 Stream &strm = result.GetOutputStream(); in DoExecute() local 673 auto &strm = result.GetOutputStream(); in DoExecute() local 1154 StreamString strm; in HandleArgumentCompletion() local 1274 static void DumpModuleArchitecture(Stream &strm, Module *module, in DumpModuleArchitecture() 1292 static void DumpModuleUUID(Stream &strm, Module *module) { in DumpModuleUUID() 1300 Stream &strm, Module *module, in DumpCompileUnitLineTable() 1330 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, in DumpFullpath() [all …]
|
H A D | CommandObjectRegister.cpp | 86 bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegister() 123 bool DumpRegisterSet(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegisterSet() 162 Stream &strm = result.GetOutputStream(); in DoExecute() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | StreamTee.h | 66 Stream *strm = pos->get(); in Flush() local 122 Stream *strm = pos->get(); in WriteImpl() local
|