/freebsd-src/sys/contrib/zlib/ |
H A D | inflate.c | 94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck() 106 int ZEXPORT inflateResetKeep(z_streamp strm) { in inflateResetKeep() 130 int ZEXPORT inflateReset(z_streamp strm) { in inflateReset() 141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2() 178 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_() 218 int ZEXPORT inflateInit_(z_streamp strm, const char *version, in inflateInit_() 223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() 368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow() 590 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate() 1266 int ZEXPORT inflateEnd(z_streamp strm) { in inflateEnd() [all …]
|
H A D | deflate.c | 218 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf() 371 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() 379 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_() 529 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck() 550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() 616 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary() 635 int ZEXPORT deflateResetKeep(z_streamp strm) { in deflateResetKeep() 695 int ZEXPORT deflateReset(z_streamp strm) { in deflateReset() 705 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader() 713 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending() [all …]
|
H A D | zlib.h | 1804 # define z_deflateInit(strm, level) \ argument 1806 # define z_inflateInit(strm) \ argument 1808 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1811 # define z_inflateInit2(strm, windowBits) \ argument 1814 # define z_inflateBackInit(strm, windowBits, window) \ argument 1818 # define deflateInit(strm, level) \ argument 1820 # define inflateInit(strm) \ argument 1822 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1825 # define inflateInit2(strm, windowBits) \ argument 1828 # define inflateBackInit(strm, windowBits, window) \ argument
|
H A D | gzwrite.c | 14 z_streamp strm = &(state->strm); in gz_init() local 69 z_streamp strm = &(state->strm); in gz_comp() local 147 z_streamp strm = &(state->strm); in gz_zero() local 292 z_streamp strm; in gzputc() local 365 z_streamp strm; in gzvprintf() local 451 z_streamp strm; in gzprintf() local 560 z_streamp strm; in gzsetparams() local
|
H A D | gzread.c | 46 z_streamp strm = &(state->strm); in gz_avail() local 78 z_streamp strm = &(state->strm); in gz_look() local 160 z_streamp strm = &(state->strm); in gz_decomp() local 210 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() 621 int ZEXPORT inflateBackEnd(z_streamp strm) { in inflateBackEnd()
|
/freebsd-src/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 108 z_streamp strm = (z_streamp) opaque; in ZWRAP_allocFunction() local 116 z_streamp strm = (z_streamp) opaque; in ZWRAP_freeFunction() local 181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm) in ZWRAP_createCCtx() 229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError() 238 static int ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPC_finishWithErrorMsg() 248 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize() 263 ZEXTERN int ZEXPORT z_deflateInit_ OF((z_streamp strm, int level, in z_deflateInit_() 290 ZEXTERN int ZEXPORT z_deflateInit2_ OF((z_streamp strm, int level, int method, in z_deflateInit2_() 302 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict() 322 ZEXTERN int ZEXPORT z_deflateReset OF((z_streamp strm)) in z_deflateReset() [all …]
|
H A D | gzwrite.c | 26 z_streamp strm = &(state.state->strm); local 84 z_streamp strm = &(state.state->strm); local 156 z_streamp strm = &(state.state->strm); local 317 z_streamp strm; local 391 z_streamp strm; in gzvprintf() local 481 z_streamp strm; local 597 z_streamp strm; local
|
H A D | gzread.c | 71 z_streamp strm = &(state.state->strm); local 105 z_streamp strm = &(state.state->strm); local 192 z_streamp strm = &(state.state->strm); local 244 z_streamp strm = &(state.state->strm); local
|
/freebsd-src/contrib/xz/src/liblzma/common/ |
H A D | common.c | 171 lzma_strm_init(lzma_stream *strm) in lzma_strm_init() 198 lzma_code(lzma_stream *strm, lzma_action action) in lzma_code() 374 lzma_end(lzma_stream *strm) in lzma_end() 401 lzma_get_progress(lzma_stream *strm, in lzma_get_progress() 417 lzma_get_check(const lzma_stream *strm) in lzma_get_check() 429 lzma_memusage(const lzma_stream *strm) in lzma_memusage() 446 lzma_memlimit_get(const lzma_stream *strm) in lzma_memlimit_get() 463 lzma_memlimit_set(lzma_stream *strm, uint64_t new_memlimit) in lzma_memlimit_set()
|
H A D | easy_encoder.c | 16 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check) in lzma_easy_encoder()
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpRegisterInfo.cpp | 19 void lldb_private::DumpRegisterInfo(Stream &strm, RegisterContext &ctx, in DumpRegisterInfo() argument 70 static void DumpList(Stream &strm, const char *title, in DumpList() argument 88 Stream &strm, const char *name, const char *alt_name, uint32_t byte_size, in DoDumpRegisterInfo() argument 104 __anon9a001ade0102(Stream &strm, const char *s) DoDumpRegisterInfo() argument 109 __anon9a001ade0202(Stream &strm, SetInfo info) DoDumpRegisterInfo() argument [all...] |
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()
|
H A D | UserSettingsController.cpp | 62 Stream &strm, uint32_t dump_mask, in DumpAllPropertyValues() 85 Stream &strm, in DumpPropertyValue()
|
/freebsd-src/sys/contrib/zlib/test/ |
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 474 z_stream strm; in cover_back() local 514 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
|
/freebsd-src/contrib/llvm-project/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; WriteMemory() local 499 StreamString strm; ReadRegister() local 525 StreamString strm; WriteRegister() local [all...] |
/freebsd-src/contrib/llvm-project/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 | 247 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump() 275 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription()
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | UserID.cpp | 17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
|
H A D | StringList.cpp | 92 void StringList::Join(const char *separator, Stream &strm) { in Join() 200 StreamString strm; in CopyList() local 236 StreamString strm; in LogDump() local
|
/freebsd-src/contrib/xz/src/xzdec/ |
H A D | xzdec.c | 174 uncompress(lzma_stream *strm, FILE *file, const char *filename) in uncompress() argument 428 lzma_stream strm = LZMA_STREAM_INIT; main() local [all...] |
/freebsd-src/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | minigzip.c | 180 z_stream strm; member 246 z_stream *strm; local 273 z_stream *strm; local 305 z_stream *strm; local
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 77 bool show_stopped_process_status, Stream &strm) { in DumpTargetInfo() argument 139 DumpTargetList(TargetList & target_list,bool show_stopped_process_status,Stream & strm) DumpTargetList() argument 494 Stream &strm = result.GetOutputStream(); DoExecute() local 529 Stream &strm = result.GetOutputStream(); DoExecute() local 557 Stream &strm = result.GetOutputStream(); DoExecute() local 706 auto &strm = result.GetOutputStream(); DoExecute() local 1174 StreamString strm; HandleArgumentCompletion() local 1290 DumpModuleArchitecture(Stream & strm,Module * module,bool full_triple,uint32_t width) DumpModuleArchitecture() argument 1308 DumpModuleUUID(Stream & strm,Module * module) DumpModuleUUID() argument 1316 DumpCompileUnitLineTable(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,lldb::DescriptionLevel desc_level) DumpCompileUnitLineTable() argument 1346 DumpFullpath(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpFullpath() argument 1363 DumpDirectory(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpDirectory() argument 1377 DumpBasename(Stream & strm,const FileSpec * file_spec_ptr,uint32_t width) DumpBasename() argument 1391 DumpModuleObjfileHeaders(Stream & strm,ModuleList & module_list) DumpModuleObjfileHeaders() argument 1419 DumpModuleSymtab(CommandInterpreter & interpreter,Stream & strm,Module * module,SortOrder sort_order,Mangled::NamePreference name_preference) DumpModuleSymtab() argument 1429 DumpModuleSections(CommandInterpreter & interpreter,Stream & strm,Module * module) DumpModuleSections() argument 1444 DumpModuleSymbolFile(Stream & strm,Module * module) DumpModuleSymbolFile() argument 1469 DumpDwoFilesTable(Stream & strm,StructuredData::Array & dwo_listings) DumpDwoFilesTable() argument 1507 DumpOsoFilesTable(Stream & strm,StructuredData::Array & oso_listings) DumpOsoFilesTable() argument 1537 DumpAddress(ExecutionContextScope * exe_scope,const Address & so_addr,bool verbose,bool all_ranges,Stream & strm,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpAddress() argument 1560 LookupAddressInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,uint32_t resolve_mask,lldb::addr_t raw_addr,lldb::addr_t offset,bool verbose,bool all_ranges) LookupAddressInModule() argument 1589 LookupSymbolInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,bool verbose,bool all_ranges) LookupSymbolInModule() argument 1659 DumpSymbolContextList(ExecutionContextScope * exe_scope,Stream & strm,const SymbolContextList & sc_list,bool verbose,bool all_ranges,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpSymbolContextList() argument 1680 LookupFunctionInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,const ModuleFunctionSearchOptions & options,bool verbose,bool all_ranges) LookupFunctionInModule() argument 1712 LookupTypeInModule(Target * target,CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name_cstr,bool name_is_regex) LookupTypeInModule() argument 1765 LookupTypeHere(Target * target,CommandInterpreter & interpreter,Stream & strm,Module & module,const char * name_cstr,bool name_is_regex) LookupTypeHere() argument 1807 LookupFileAndLineInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,uint32_t line,bool check_inlines,bool verbose,bool all_ranges) LookupFileAndLineInModule() argument 2662 Stream &strm = result.GetOutputStream(); DoExecute() local 2826 StreamString strm; DoExecute() local 2850 StreamString strm; DoExecute() local 3264 Stream &strm = result.GetOutputStream(); DoExecute() local 3369 PrintModule(Target * target,Module * module,int indent,Stream & strm) PrintModule() argument [all...] |