Searched refs:IO_get_write_ptr (Results 1 – 1 of 1) sorted by relevance
118 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len);613 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data()626 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data()1275 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals()1335 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy()1678 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len) { in IO_get_write_ptr() function