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

/freebsd-current/usr.bin/gzip/
H A Dunlz.c373 lz_get_data_position(const struct lz_decoder *lz) function
438 const int pos_state = lz_get_data_position(lz) & POS_STATE_MASK;
568 if (crc != lz_get_crc(&lz) || data_size != lz_get_data_position(&lz))

Completed in 55 milliseconds