Home
last modified time | relevance | path

Searched defs:strm (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/sys/contrib/zlib/
H A Dinflate.c88 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck()
100 int ZEXPORT inflateResetKeep(z_streamp strm) { in inflateResetKeep()
125 int ZEXPORT inflateReset(z_streamp strm) { in inflateReset()
136 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2()
173 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_()
214 int ZEXPORT inflateInit_(z_streamp strm, const char *version, in inflateInit_()
219 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime()
252 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
474 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate()
1155 int ZEXPORT inflateEnd(z_streamp strm) { in inflateEnd()
[all …]
H A Ddeflate.c219 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf()
379 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_()
387 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_()
538 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck()
559 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary()
625 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary()
644 int ZEXPORT deflateResetKeep(z_streamp strm) { in deflateResetKeep()
704 int ZEXPORT deflateReset(z_streamp strm) { in deflateReset()
714 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader()
722 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending()
[all …]
H A Dzlib.h1923 # define z_deflateInit(strm, level) \ argument
1925 # define z_inflateInit(strm) \ argument
1927 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1930 # define z_inflateInit2(strm, windowBits) \ argument
1933 # define z_inflateBackInit(strm, windowBits, window) \ argument
1937 # define deflateInit(strm, level) \ argument
1939 # define inflateInit(strm) \ argument
1941 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1944 # define inflateInit2(strm, windowBits) \ argument
1947 # define inflateBackInit(strm, windowBits, window) \ argument
H A Dgzwrite.c14 z_streamp strm = &(state->strm); in gz_init() local
69 z_streamp strm = &(state->strm); in gz_comp() local
158 z_streamp strm = &(state->strm); in gz_zero() local
312 z_streamp strm; in gzputc() local
384 z_streamp strm; in gz_vacate() local
633 z_streamp strm; in gzsetparams() local
H A Dinfback.c25 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, in inflateBackInit_()
191 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack()
574 int ZEXPORT inflateBackEnd(z_streamp strm) { in inflateBackEnd()
H A Dgzread.c59 z_streamp strm = &(state->strm); in gz_avail() local
95 z_streamp strm = &(state->strm); in gz_look() local
184 z_streamp strm = &(state->strm); in gz_decomp() local
250 z_streamp strm = &(state->strm); in gz_fetch() local
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c108 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_ _Z_OF((z_streamp strm, int level, in z_deflateInit_()
290 ZEXTERN int ZEXPORT z_deflateInit2_ _Z_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 _Z_OF((z_streamp strm)) in z_deflateReset()
[all …]
H A Dgzwrite.c24 z_streamp strm = &(state.state->strm); in gz_init() local
80 z_streamp strm = &(state.state->strm); in gz_comp() local
149 z_streamp strm = &(state.state->strm); in gz_zero() local
295 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 Dgzread.c66 z_streamp strm = &(state.state->strm); in gz_avail() local
98 z_streamp strm = &(state.state->strm); in gz_look() local
183 z_streamp strm = &(state.state->strm); in gz_decomp() local
233 z_streamp strm = &(state.state->strm); in gz_fetch() local
/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.c177 lzma_strm_init(lzma_stream *strm) in lzma_strm_init()
204 lzma_code(lzma_stream *strm, lzma_action action) in lzma_code()
380 lzma_end(lzma_stream *strm) in lzma_end()
407 lzma_get_progress(lzma_stream *strm, in lzma_get_progress()
423 lzma_get_check(const lzma_stream *strm) in lzma_get_check()
435 lzma_memusage(const lzma_stream *strm) in lzma_memusage()
452 lzma_memlimit_get(const lzma_stream *strm) in lzma_memlimit_get()
469 lzma_memlimit_set(lzma_stream *strm, uint64_t new_memlimit) in lzma_memlimit_set()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp19 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 DUserSettingsController.cpp54 Stream &strm, uint32_t dump_mask, in DumpAllPropertyValues()
71 Stream &strm, in DumpPropertyValue()
H A DEmulateInstruction.cpp204 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()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c158 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 Dminigzip.c195 z_stream strm; member
241 z_stream *strm; in gzwrite() local
262 z_stream *strm; in gzread() local
290 z_stream *strm; in gzclose() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp173 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local
218 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local
305 StreamString strm; in ReadMemory() local
337 StreamString strm; in WriteMemory() local
416 StreamString strm; in ReadRegister() local
442 StreamString strm; in WriteRegister() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp18 static llvm::raw_ostream &error(Stream &strm) { in error()
24 static llvm::raw_ostream &warning(Stream &strm) { in warning()
30 static llvm::raw_ostream &note(Stream &strm) { in note()
36 static void DumpStringToStreamWithNewline(Stream &strm, const std::string &s) { in DumpStringToStreamWithNewline()
H A DProperty.cpp247 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump()
275 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c1838 z_stream *strm; in compression_init_encoder_deflate() local
1877 z_stream *strm; in compression_code_deflate() local
1914 z_stream *strm; in compression_end_deflate() local
1951 bz_stream *strm; in compression_init_encoder_bzip2() local
1990 bz_stream *strm; in compression_code_bzip2() local
2036 bz_stream *strm; in compression_end_bzip2() local
2074 lzma_stream *strm; in compression_init_encoder_lzma() local
2178 lzma_stream *strm; in compression_code_lzma() local
2222 lzma_stream *strm; in compression_end_lzma() local
2264 struct ppmd_stream *strm; in ppmd_write() local
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h66 Stream *strm = pos->get(); in Flush() local
122 Stream *strm = pos->get(); in WriteImpl() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUserID.cpp17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
H A DStringList.cpp92 void StringList::Join(const char *separator, Stream &strm) { in Join()
200 StreamString strm; in CopyList() local
236 StreamString strm; in LogDump() local
/freebsd/contrib/xz/src/xzdec/
H A Dxzdec.c169 uncompress(lzma_stream *strm, FILE *file, const char *filename) in uncompress()
431 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp78 bool show_stopped_process_status, Stream &strm) { in DumpTargetInfo()
140 bool show_stopped_process_status, Stream &strm) { in DumpTargetList()
477 Stream &strm = result.GetOutputStream(); in DoExecute() local
511 Stream &strm = result.GetOutputStream(); in DoExecute() local
539 Stream &strm = result.GetOutputStream(); in DoExecute() local
685 auto &strm = result.GetOutputStream(); in DoExecute() local
1147 StreamString strm; in HandleArgumentCompletion() local
1250 static void DumpModuleArchitecture(Stream &strm, Module *module, in DumpModuleArchitecture()
1268 static void DumpModuleUUID(Stream &strm, Module *module) { in DumpModuleUUID()
1276 Stream &strm, Module *module, in DumpCompileUnitLineTable()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp246 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()

1234567