/freebsd/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/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/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpRegisterInfo.cpp | 19 void lldb_private::DumpRegisterInfo(Stream &strm, RegisterContext &ctx, in DumpRegisterInfo() 70 static void DumpList(Stream &strm, const char *title, in DumpList() 88 Stream &strm, const char *name, const char *alt_name, uint32_t byte_size, in DoDumpRegisterInfo() 104 [](Stream &strm, const char *s) { strm << s; }; in DoDumpRegisterInfo() 109 SetInfo info) { in DoDumpRegisterInfo()
|
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); ReadRegisterDefault() local 364 StreamFile strm(stdout, false); WriteRegisterDefault() local 373 Dump(Stream & strm,EmulateInstruction * instruction) const Dump() argument [all...] |
H A D | UserSettingsController.cpp | 55 DumpAllPropertyValues(const ExecutionContext * exe_ctx,Stream & strm,uint32_t dump_mask,bool is_json) DumpAllPropertyValues() argument 78 DumpPropertyValue(const ExecutionContext * exe_ctx,Stream & strm,llvm::StringRef property_path,uint32_t dump_mask,bool is_json) DumpPropertyValue() argument
|
/freebsd/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/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; in WriteMemory() local 497 StreamString strm; in ReadRegister() local 523 StreamString strm; in WriteRegister() local
|
/freebsd/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/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/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/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 77 bool show_stopped_process_status, Stream &strm) { in DumpTargetInfo() 139 bool show_stopped_process_status, Stream &strm) { in DumpTargetList() 476 Stream &strm = result.GetOutputStream(); in DoExecute() local 510 Stream &strm = result.GetOutputStream(); in DoExecute() local 538 Stream &strm = result.GetOutputStream(); in DoExecute() local 686 auto &strm = result.GetOutputStream(); in DoExecute() local 1143 StreamString strm; in HandleArgumentCompletion() local 1247 static void DumpModuleArchitecture(Stream &strm, Module *module, in DumpModuleArchitecture() 1265 static void DumpModuleUUID(Stream &strm, Module *module) { in DumpModuleUUID() 1273 Stream &strm, Module *module, in DumpCompileUnitLineTable() [all …]
|
/freebsd/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/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_7zip.c | 1719 z_stream *strm; in compression_init_encoder_deflate() local 1758 z_stream *strm; in compression_code_deflate() local 1795 z_stream *strm; in compression_end_deflate() local 1832 bz_stream *strm; in compression_init_encoder_bzip2() local 1871 bz_stream *strm; in compression_code_bzip2() local 1917 bz_stream *strm; in compression_end_bzip2() local 1955 lzma_stream *strm; in compression_init_encoder_lzma() local 2059 lzma_stream *strm; in compression_code_lzma() local 2103 lzma_stream *strm; in compression_end_lzma() local 2145 struct ppmd_stream *strm; in ppmd_write() local [all …]
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBEvent.cpp | 178 Stream &strm = description.ref(); in GetDescription() local 191 Stream &strm = description.ref(); in GetDescription() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 246 static void DumpEnumerators(StreamString &strm, size_t indent, in DumpEnumerators() 289 StreamString strm; in DumpEnums() local 319 void RegisterFlags::EnumsToXML(Stream &strm, llvm::StringSet<> &seen) const { in EnumsToXML() 330 void FieldEnum::ToXML(Stream &strm, unsigned size) const { in ToXML()
|