Home
last modified time | relevance | path

Searched refs:total_received (Results 1 – 25 of 77) sorted by relevance

1234

/dports/net/samba412/samba-4.12.15/source4/libcli/
H A Dclilist.c31 int total_received; /* total received all together */ member
92 interpret_long_filename(state->data_level, file, &state->dirlist[state->total_received]); in smbcli_list_new_callback()
94 state->last_name = state->dirlist[state->total_received].name; in smbcli_list_new_callback()
95 state->total_received++; in smbcli_list_new_callback()
120 state.total_received = 0; in smbcli_list_new()
192 for (i=0;i<state.total_received;i++) { in smbcli_list_new()
198 return state.total_received; in smbcli_list_new()
251 state->total_received++; in smbcli_list_old_callback()
275 state.total_received = 0; in smbcli_list_old()
334 for (i=0;i<state.total_received;i++) { in smbcli_list_old()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/
H A Dclilist.c31 int total_received; /* total received all together */ member
92 interpret_long_filename(state->data_level, file, &state->dirlist[state->total_received]); in smbcli_list_new_callback()
94 state->last_name = state->dirlist[state->total_received].name; in smbcli_list_new_callback()
95 state->total_received++; in smbcli_list_new_callback()
120 state.total_received = 0; in smbcli_list_new()
193 for (i=0;i<state.total_received;i++) { in smbcli_list_new()
199 return state.total_received; in smbcli_list_new()
252 state->total_received++; in smbcli_list_old_callback()
276 state.total_received = 0; in smbcli_list_old()
334 for (i=0;i<state.total_received;i++) { in smbcli_list_old()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dsock.c473 pj_ssize_t sent, received, total_received; in send_recv_test() local
530 total_received = 0; in send_recv_test()
532 received = DATA_LEN-total_received; in send_recv_test()
543 if (received != DATA_LEN-total_received) { in send_recv_test()
550 total_received += received; in send_recv_test()
551 } while (total_received < DATA_LEN); in send_recv_test()
588 total_received = 0; in send_recv_test()
590 received = BIG_DATA_LEN-total_received; in send_recv_test()
601 if (received != BIG_DATA_LEN-total_received) { in send_recv_test()
608 total_received += received; in send_recv_test()
[all …]
H A Dsock_perf.c57 pj_highprec_t total_received; in sock_producer_consumer() local
78 total_received = 0; in sock_producer_consumer()
118 total_received += received; in sock_producer_consumer()
133 bandwidth = total_received; in sock_producer_consumer()
H A Dioq_perf.c238 pj_uint32_t total_elapsed_usec, total_received; in perform_test() local
429 total_received = 0; in perform_test()
431 total_received = (pj_uint32_t)items[i].bytes_recv; in perform_test()
435 bandwidth = total_received; in perform_test()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dnetutils.c224 int total_received = 0; in my_recvall() local
239 while(total_received < *len) { in my_recvall()
268 n = recv(s, buf + total_received, bytes_left, 0); in my_recvall()
277 total_received += n; in my_recvall()
289 *len = total_received; in my_recvall()
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dnetutils.c222 int total_received = 0; in my_recvall() local
237 while(total_received < *len) { in my_recvall()
266 n = recv(s, buf + total_received, bytes_left, 0); in my_recvall()
275 total_received += n; in my_recvall()
287 *len = total_received; in my_recvall()
/dports/net/netatalk3/netatalk-3.1.12/libevent/test/
H A Dtest-ratelim.c188 ev_uint64_t total_received; in test_ratelimiting() local
300 total_received = 0; in test_ratelimiting()
306 total_received += states[i].received; in test_ratelimiting()
312 ((double)total_received)/cfg_duration); in test_ratelimiting()
315 ((double)total_received/cfg_duration); in test_ratelimiting()
325 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
327 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c188 ev_uint64_t total_received; in test_ratelimiting() local
301 total_received = 0; in test_ratelimiting()
307 total_received += states[i].received; in test_ratelimiting()
313 ((double)total_received)/cfg_duration); in test_ratelimiting()
316 ((double)total_received/cfg_duration); in test_ratelimiting()
326 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
328 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DLargeState.java41 int total_received=0; field in LargeState
146 total_received=0; in setState()
155 total_received+=received; in setState()
164 …System.out.println("<-- Received state, size=" + total_received + " (took " + (stop-start) + "ms)"… in setState()
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_windows_pipes.py66 total_received = 0
72 total_received += received
74 assert total_received == count * replicas
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
424 total_received = 0; in test_ratelimiting()
430 total_received += states[i].received; in test_ratelimiting()
436 ((double)total_received)/cfg_duration); in test_ratelimiting()
439 ((double)total_received/cfg_duration); in test_ratelimiting()
449 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
451 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/third_party/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/deps/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/test/
H A Dtest-ratelim.c335 ev_uint64_t total_received; in test_ratelimiting() local
507 total_received = 0; in test_ratelimiting()
513 total_received += states[i].received; in test_ratelimiting()
519 ((double)total_received)/cfg_duration); in test_ratelimiting()
522 ((double)total_received/cfg_duration); in test_ratelimiting()
532 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
534 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/devel/libevent/libevent-2.1.12-stable/test/
H A Dtest-ratelim.c335 ev_uint64_t total_received; in test_ratelimiting() local
507 total_received = 0; in test_ratelimiting()
513 total_received += states[i].received; in test_ratelimiting()
519 ((double)total_received)/cfg_duration); in test_ratelimiting()
522 ((double)total_received/cfg_duration); in test_ratelimiting()
532 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
534 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/dports/databases/webdis/webdis-0.1.18/tests/
H A Dwebsocket.c510 int total_sent = 0, total_received = 0, any_broken = 0, num_complete = 0; in progress_thread_main() local
513 total_received += pt->workers[i].msg_received; in progress_thread_main()
527 …total_sent, total_received, 100.0f * (float)total_received / (float)(pt->worker_count * pt->msg_ta… in progress_thread_main()
528 …lroundf((float)(total_received - last_received) / (((float)(after_sleep_nanos - last_print_nanos))… in progress_thread_main()
529 lroundf((float)total_received / (((float)total_nanos) / 1e9f))); in progress_thread_main()
532 …if (sem_received || total_received == pt->msg_target * pt->worker_count || any_broken || num_compl… in progress_thread_main()
535 last_received = total_received; in progress_thread_main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_scheduler_impl_unittest.cc171 size_t total_received, in VerifyLastClientMetadataReceivedByEnrollmentDelegate() argument
176 total_received, last_received); in VerifyLastClientMetadataReceivedByEnrollmentDelegate()
180 size_t total_received, in VerifyLastClientMetadataReceivedByDeviceSyncDelegate() argument
185 total_received, last_received); in VerifyLastClientMetadataReceivedByDeviceSyncDelegate()
189 size_t total_received, in VerifyLastPolicyReferenceReceivedByEnrollmentDelegate() argument
192 EXPECT_EQ(total_received, fake_enrollment_delegate_ in VerifyLastPolicyReferenceReceivedByEnrollmentDelegate()
322 size_t total_received, in VerifyLastClientMetadataReceivedByDelegate() argument
324 EXPECT_EQ(total_received, delegate_client_metadata.size()); in VerifyLastClientMetadataReceivedByDelegate()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dvirtio-net-test.c193 size_t total_received = 0; in announce_self() local
242 total_received += ret; in announce_self()
245 g_assert_cmpint(total_received, <, 60 * 30 * 2); in announce_self()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dvirtio-net-test.c193 size_t total_received = 0; in announce_self() local
242 total_received += ret; in announce_self()
245 g_assert_cmpint(total_received, <, 60 * 30 * 2); in announce_self()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dvirtio-net-test.c193 size_t total_received = 0; in announce_self() local
242 total_received += ret; in announce_self()
245 g_assert_cmpint(total_received, <, 60 * 30 * 2); in announce_self()

1234