Home
last modified time | relevance | path

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

/NextBSD/contrib/bzip2/
HDbzlib.h195 unsigned int* nbytes_in_hi32,
HDbzip2.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()
HDbzlib.c1034 unsigned int* nbytes_in_hi32, in BZ_API()
1049 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
1081 if (nbytes_in_hi32 != NULL) in BZ_API()
1082 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()