| /freebsd/crypto/openssl/demos/guide/ |
| H A D | quic-server-non-block.c | 366 size_t nread, total_read, total_written; in run_quic_server() local 398 total_read = 0; in run_quic_server() 412 ret = SSL_read_ex(conn, buf + total_read, sizeof(buf) - total_read, in run_quic_server() 414 total_read += nread; in run_quic_server() 415 if (total_read >= 8192) { in run_quic_server() 436 total_read, in run_quic_server() 444 if (total_read != total_written) in run_quic_server() 446 total_read, total_written); in run_quic_server()
|
| /freebsd/sys/dev/liquidio/base/ |
| H A D | lio_console.c | 522 int32_t bytes_read, total_read, tries; in lio_check_console() local 526 total_read = 0; in lio_check_console() 540 total_read += bytes_read; in lio_check_console() 563 if (console->print && (total_read == 0) && (console->leftover[0])) { in lio_check_console() 776 int32_t bytes_read, total_read, tries; in lio_get_uboot_version() local 784 total_read = 0; in lio_get_uboot_version() 795 total_read, in lio_get_uboot_version() 797 total_read); in lio_get_uboot_version() 801 total_read += bytes_read; in lio_get_uboot_version() 817 if ((total_read == 0) && (console->leftover[0])) { in lio_get_uboot_version()
|
| /freebsd/sys/dev/random/ |
| H A D | randomdev.c | 166 size_t total_read, read_len; variable 187 total_read = 0; 216 total_read += read_len; 223 total_read % sigchk_period == 0) {
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop-server.c | 473 size_t total_read = 0; in process_new_stream() local 478 ret = SSL_read_ex(stream, &buf[total_read], in process_new_stream() 479 sizeof(buf) - total_read - 1, &nread); in process_new_stream() 480 total_read += nread; in process_new_stream()
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | virtual_oss.c | 89 size_t total_read = 0; in vclient_read_linear() local 95 total_read += read; in vclient_read_linear() 102 if (total_read != 0 && total != 0) in vclient_read_linear() 112 vclient_tx_equalizer(pvc, dst - total_read, total_read); in vclient_read_linear() 114 return (total_read); in vclient_read_linear()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-server-non-block.pod | 291 ret = SSL_read_ex(conn, buf + total_read, sizeof(buf) - total_read, 293 total_read += nread; 294 if (total_read >= 8192) { 319 total_read,
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_ratelim.c | 298 bev->rate_limiting->group->total_read += bytes; in bufferevent_decrement_read_buckets_() 1070 *total_read_out = grp->total_read; in bufferevent_rate_limit_group_get_totals() 1078 grp->total_read = grp->total_written = 0; in bufferevent_rate_limit_group_reset_totals()
|
| H A D | bufferevent-internal.h | 104 ev_uint64_t total_read; member
|
| /freebsd/contrib/libevent/ |
| H A D | bufferevent_ratelim.c | 298 bev->rate_limiting->group->total_read += bytes; in bufferevent_decrement_read_buckets_() 1070 *total_read_out = grp->total_read; in bufferevent_rate_limit_group_get_totals() 1078 grp->total_read = grp->total_written = 0; in bufferevent_rate_limit_group_reset_totals()
|
| H A D | bufferevent-internal.h | 104 ev_uint64_t total_read; member
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram_pair.c | 849 size_t total_read = 0; in dgram_pair_read_inner() local 879 total_read += src_len; in dgram_pair_read_inner() 883 return total_read; in dgram_pair_read_inner()
|
| /freebsd/contrib/file/src/ |
| H A D | compress.c | 791 size_t total_read = 0; in uncompresslzlib() local 821 total_read += rd; in uncompresslzlib() 833 *n = total_read; in uncompresslzlib()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_bufferevent.c | 1259 size_t total_read; member 1269 filter_data->total_read += read_size; in bufferevent_filter_data_stuck_readcb() 1349 tt_int_op(filter_data.total_read, ==, payload_size + filter_data.header_size); in test_bufferevent_filter_data_stuck()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_bufferevent.c | 1259 size_t total_read; member 1269 filter_data->total_read += read_size; in bufferevent_filter_data_stuck_readcb() 1349 tt_int_op(filter_data.total_read, ==, payload_size + filter_data.header_size); in test_bufferevent_filter_data_stuck()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 167 | total_read | operations | read operations of all types |
|