Home
last modified time | relevance | path

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

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