Home
last modified time | relevance | path

Searched refs:Bcj2_Decode (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c400 static ssize_t Bcj2_Decode(struct _7zip *, uint8_t *, size_t);
1370 bytes = Bcj2_Decode(zip, t_next_out, t_avail_out); in decompress()
1600 bytes = Bcj2_Decode(zip, bcj2_next_out, bcj2_avail_out); in decompress()
3756 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) in Bcj2_Decode() function