Searched refs:Bcj2_Decode (Results 1 – 1 of 1) sorted by relevance
437 static ssize_t Bcj2_Decode(struct _7zip *, uint8_t *, size_t);1474 bytes = Bcj2_Decode(zip, t_next_out, t_avail_out); in decompress()1727 bytes = Bcj2_Decode(zip, bcj2_next_out, bcj2_avail_out); in decompress()4042 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) in Bcj2_Decode() function