Searched refs:tbytes (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c55 int i = 0, num, ok = 0, n, tbytes; local
70 tbytes = num + 3; /* negative and terminator and one spare? */
73 buf = OPENSSL_malloc(tbytes);
104 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp);
110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp);
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c510 apr_size_t tbytes; local
512 &tbytes);
513 bytes_sent += tbytes;
/freebsd-12-stable/include/rpcsvc/
H A Dnfs_prot.x1025 size3 tbytes;
/freebsd-12-stable/contrib/amd/include/
H A Dam_xdr_func.h587 am_size3 tbytes; member in struct:am_FSSTAT3resok
/freebsd-12-stable/contrib/amd/amd/
H A Dnfs_subr.c1707 ok->tbytes = 1024;
/freebsd-12-stable/contrib/amd/libamu/
H A Dxdr_func.c2151 if (!xdr_am_size3(xdrs, &objp->tbytes))

Completed in 143 milliseconds