Home
last modified time | relevance | path

Searched refs:receive_count (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_statistics.c44 uint64_t receive_count[LAST_OP]; variable
135 receive_count[i] = 0; in xcom_statistics()
144 if (send_count[i] || receive_count[i]) in xcom_statistics()
147 pax_op_to_str(i), send_count[i], receive_count[i], in xcom_statistics()
153 receive_count[i] = 0; in xcom_statistics()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/test/rist/
H A Dtest_send_receive.c192 int receive_count = 1; in main() local
194 while (receive_count < 16000) { in main()
200 receive_count = (int)b->seq; in main()
203 sprintf(rcompare, "DEADBEAF TEST PACKET #%i", receive_count); in main()
212 receive_count++; in main()
216 if (!got_first || receive_count < 12500) in main()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/modules/test_shm_mq/
H A Dtest.c139 int32 receive_count = 0; in test_shm_mq_pipelined() local
195 if (receive_count < loop_count) in test_shm_mq_pipelined()
200 ++receive_count; in test_shm_mq_pipelined()
217 if (send_count != receive_count) in test_shm_mq_pipelined()
221 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/modules/test_shm_mq/
H A Dtest.c139 int32 receive_count = 0; in test_shm_mq_pipelined() local
195 if (receive_count < loop_count) in test_shm_mq_pipelined()
200 ++receive_count; in test_shm_mq_pipelined()
217 if (send_count != receive_count) in test_shm_mq_pipelined()
221 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/modules/test_shm_mq/
H A Dtest.c139 int32 receive_count = 0; in test_shm_mq_pipelined() local
195 if (receive_count < loop_count) in test_shm_mq_pipelined()
200 ++receive_count; in test_shm_mq_pipelined()
217 if (send_count != receive_count) in test_shm_mq_pipelined()
221 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/modules/test_shm_mq/
H A Dtest.c139 int32 receive_count = 0; in test_shm_mq_pipelined() local
195 if (receive_count < loop_count) in test_shm_mq_pipelined()
200 ++receive_count; in test_shm_mq_pipelined()
217 if (send_count != receive_count) in test_shm_mq_pipelined()
221 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-client/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-client/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-server/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in string()
196 if (receive_count < loop_count) in string()
201 ++receive_count; in string()
218 if (send_count != receive_count) in string()
222 send_count, receive_count))); in string()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql10-server/postgresql-10.19/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql12-client/postgresql-12.9/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/modules/test_shm_mq/
H A Dtest.c140 int32 receive_count = 0; in test_shm_mq_pipelined() local
196 if (receive_count < loop_count) in test_shm_mq_pipelined()
201 ++receive_count; in test_shm_mq_pipelined()
218 if (send_count != receive_count) in test_shm_mq_pipelined()
222 send_count, receive_count))); in test_shm_mq_pipelined()

1234