Searched refs:IO_get_write_ptr (Results 1 – 1 of 1) sorted by relevance
100 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len);645 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data()658 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data()1307 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals()1367 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy()1620 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len) { in IO_get_write_ptr() function