Home
last modified time | relevance | path

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

/dragonfly/contrib/bzip2/
H A Dbzlib.h194 unsigned int* nbytes_in_lo32,
H A Dbzip2.c334 UInt32 nbytes_in_lo32, nbytes_in_hi32; in compressStream() local
361 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream()
382 if (nbytes_in_lo32 == 0 && nbytes_in_hi32 == 0) { in compressStream()
389 nbytes_in_lo32, nbytes_in_hi32 ); in compressStream()
411 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream()
H A Dbzlib.c1030 unsigned int* nbytes_in_lo32, in BZ_API()
1045 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API()
1076 if (nbytes_in_lo32 != NULL) in BZ_API()
1077 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()