Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.h187 unsigned int* nbytes_out
H A Dbzip2.c386 UInt64 nbytes_in, nbytes_out; in compressStream() local
390 uInt64_from_UInt32s ( &nbytes_out, in compressStream()
393 nbytes_out_d = uInt64_to_double ( &nbytes_out ); in compressStream()
395 uInt64_toAscii ( buf_nout, &nbytes_out ); in compressStream()
H A Dbzlib.c1019 unsigned int* nbytes_out ) in BZ_API()
1022 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()