Searched refs:ostream_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c78 /// ostream_t/istream_t are used to wrap the pointers/length data passed into
85 } ostream_t; typedef in typeref:struct:__anon10865
107 static inline void IO_write_byte(ostream_t *const out, u8 symb);
118 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len);
123 /// Returns an `ostream_t` constructed from the given pointer and length.
124 static inline ostream_t IO_make_ostream(u8 *out, size_t len);
179 ostream_t *const out, istream_t *const in);
184 ostream_t *const out, istream_t *const in);
239 ostream_t *const out,
344 static void decode_frame(ostream_t *cons
[all...]

Completed in 36 milliseconds