Home
last modified time | relevance | path

Searched refs:ref_msg (Results 1 – 25 of 40) sorted by relevance

12

/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_iov.cpp61 char *ref_msg = static_cast<char *> (malloc (msg_size_)); in do_check() local
62 TEST_ASSERT_NOT_NULL (ref_msg); in do_check()
63 memset (ref_msg, msg_val, msg_size_); in do_check()
72 memcpy (send_iov[i].iov_base, ref_msg, msg_size_); in do_check()
75 TEST_ASSERT_EQUAL_HEX8_ARRAY (ref_msg, send_iov[i].iov_base, msg_size_); in do_check()
118 TEST_ASSERT_EQUAL_STRING_LEN (ref_msg, recv_iov[i].iov_base, msg_size_); in do_check()
123 free (ref_msg); in do_check()
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/nonreg_tests/
H A Dbug_3427.tst25 ref_msg = msprintf(gettext("%s: Wrong type for input argument #%d: An integer value expected.\n"),"…
27 if err_msg <> ref_msg then pause,end
32 ref_msg = msprintf(gettext("%s: Wrong size for input argument #%d: An integer value expected.\n"),"…
34 if err_msg <> ref_msg then pause,end
H A Dbug_3427.dia.ref23 ref_msg = msprintf(gettext("%s: Wrong type for input argument #%d: An integer value expected.\n"),"…
24 if err_msg <> ref_msg then bugmes();quit;end
28 ref_msg = msprintf(gettext("%s: Wrong size for input argument #%d: An integer value expected.\n"),"…
29 if err_msg <> ref_msg then bugmes();quit;end
/dports/audio/raul/raul-e87bb398f025912fb989a09f1450b838b251aea1/test/
H A Dringbuffer_test.cpp64 int ref_msg[MSG_SIZE]; // Reference generated for comparison in reader() local
67 int start = gen_msg(ref_msg, 0); in reader()
72 check_msg(ref_msg, read_msg); in reader()
73 start = gen_msg(ref_msg, start); in reader()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/zix/test/
H A Dring_test.c70 int ref_msg[MSG_SIZE]; // Reference generated for comparison in reader() local
73 int start = gen_msg(ref_msg, 0); in reader()
77 if (!cmp_msg(ref_msg, read_msg)) { in reader()
82 start = gen_msg(ref_msg, start); in reader()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dmsg_test.c247 pjsip_msg *parsed_msg, *ref_msg = NULL; in test_entry() local
319 ref_msg = entry->creator(pool); in test_entry()
326 if (parsed_msg->type != ref_msg->type) { in test_entry()
334 pjsip_method *m2 = &ref_msg->line.req.method; in test_entry()
342 ref_msg->line.req.uri); in test_entry()
355 &ref_msg->line.status.reason) != 0) in test_entry()
365 hdr2 = ref_msg->hdr.next; in test_entry()
403 if (parsed_msg->body==NULL && ref_msg->body==NULL) in test_entry()
414 &ref_msg->body->content_type.type) != 0) { in test_entry()
433 str2.slen = ref_msg->body->print_body(ref_msg->body, in test_entry()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.cc116 int ref_msg(pax_msg *p) { in ref_msg() function
137 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dpax_msg.c128 int ref_msg(pax_msg *p) in ref_msg() function
157 ref_msg(p); in unchecked_replace_pax_msg()
H A Dpax_msg.h48 int ref_msg(pax_msg *p);
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dstun.c611 pj_stun_msg *ref_msg, *msg; in fingerprint_test_vector() local
631 &ref_msg, &parsed_len, NULL); in fingerprint_test_vector()
645 pj_stun_msg_dump(ref_msg, print, sizeof(print), NULL); in fingerprint_test_vector()
/dports/www/firefox/firefox-99.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dvalidator.py189 ref_msg = (
207 'msg': ref_msg,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dvalidator.py189 ref_msg = (
207 'msg': ref_msg,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dvalidator.py189 ref_msg = (
207 'msg': ref_msg,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dvalidator.py188 ref_msg = (
206 'msg': ref_msg,

12