Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.c385 unsigned int* destLen, in BZ2_bzBuffToBuffCompress() argument
393 if (dest == NULL || destLen == NULL in BZ2_bzBuffToBuffCompress()
405 strm.avail_out = *destLen; in BZ2_bzBuffToBuffCompress()
412 *destLen -= strm.avail_out; in BZ2_bzBuffToBuffCompress()