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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c273 ppmd_read(void* p) { function
2113 * 'ppmd_read' function will feed new bytes to the decompressor,
2117 zip->zipx_ppmd_stream.Read = &ppmd_read;
2219 /* This counter will be updated inside ppmd_read(), which at one
2232 /* This field is set by ppmd_read() when there was no more data
H A Darchive_read_support_format_rar.c709 ppmd_read(void *p) function
2300 rar->bytein.Read = &ppmd_read;
H A Darchive_read_support_format_7zip.c1052 ppmd_read(void *p) function
1621 zip->bytein.Read = &ppmd_read;

Completed in 212 milliseconds