Home
last modified time | relevance | path

Searched refs:nbytes_out (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/util/support/
H A Dutf8_conv.c92 k5_utf8_to_utf16le(const char *utf8, uint8_t **utf16_out, size_t *nbytes_out) in k5_utf8_to_utf16le() argument
99 *nbytes_out = 0; in k5_utf8_to_utf16le()
143 *nbytes_out = buf.len; in k5_utf8_to_utf16le()
/src/crypto/krb5/src/include/
H A Dk5-utf8.h94 size_t *nbytes_out);
/src/contrib/bzip2/
H A Dbzlib.h187 unsigned int* nbytes_out
H A Dbzip2.c386 UInt64 nbytes_in, nbytes_out; in compressStream() local
390 uInt64_from_UInt32s ( &nbytes_out, in compressStream()
393 nbytes_out_d = uInt64_to_double ( &nbytes_out ); in compressStream()
395 uInt64_toAscii ( buf_nout, &nbytes_out ); in compressStream()
H A Dbzlib.c1019 unsigned int* nbytes_out ) in BZ2_bzWriteClose() argument
1022 nbytes_in, NULL, nbytes_out, NULL ); in BZ2_bzWriteClose()