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

/freebsd-10.1-release/contrib/bzip2/
H A Dbzlib.h186 unsigned int* nbytes_in,
H A Dbzip2.c386 UInt64 nbytes_in, nbytes_out; local
388 uInt64_from_UInt32s ( &nbytes_in,
392 nbytes_in_d = uInt64_to_double ( &nbytes_in );
394 uInt64_toAscii ( buf_nin, &nbytes_in );
H A Dbzlib.c1021 unsigned int* nbytes_in,
1025 nbytes_in, NULL, nbytes_out, NULL );
1017 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument

Completed in 160 milliseconds