Searched refs:IO_make_ostream (Results 1 – 1 of 1) sorted by relevance
124 static inline ostream_t IO_make_ostream(u8 *out, size_t len);398 ostream_t out = IO_make_ostream(dst, dst_len); in ZSTD_decompress_with_dict()836 ostream_t lit_stream = IO_make_ostream(*literals, regenerated_size); in decode_literals_compressed()907 ostream_t weight_stream = IO_make_ostream(weights, HUF_MAX_SYMBS); in decode_huf_table()1703 static inline ostream_t IO_make_ostream(u8 *out, size_t len) { in IO_make_ostream() function