Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.h186 unsigned int* nbytes_in,
H A Dbzip2.c386 UInt64 nbytes_in, nbytes_out; in compressStream() local
388 uInt64_from_UInt32s ( &nbytes_in, in compressStream()
392 nbytes_in_d = uInt64_to_double ( &nbytes_in ); in compressStream()
394 uInt64_toAscii ( buf_nin, &nbytes_in ); in compressStream()
H A Dbzlib.c1018 unsigned int* nbytes_in, in BZ_API()
1022 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()