Searched refs:tbytes (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/bn/ |
| H A D | bn_print.c | 55 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 D | sendrecv.c | 510 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 D | nfs_prot.x | 1025 size3 tbytes; member
|
| /freebsd-12.1/contrib/amd/include/ |
| H A D | am_xdr_func.h | 587 am_size3 tbytes; member
|
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | nfs_subr.c | 1707 ok->tbytes = 1024; in am_nfs3_fsstat_3_svc()
|
| /freebsd-12.1/contrib/amd/libamu/ |
| H A D | xdr_func.c | 2151 if (!xdr_am_size3(xdrs, &objp->tbytes)) in xdr_am_FSSTAT3resok()
|