Searched defs:nbytes_in_hi32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1201 unsigned int* nbytes_in_hi32,
1216 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0;
1248 if (nbytes_in_hi32 != NULL)
1249 *nbytes_in_hi32 = bzf->strm.total_in_hi32;
1196 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument

Completed in 68 milliseconds