Searched refs:tbytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.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-13.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-13.1/include/rpcsvc/ |
| H A D | nfs_prot.x | 1025 size3 tbytes; member
|