Home
last modified time | relevance | path

Searched refs:raw_msg (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/rpclib/rpclib-2.2.1/tests/rpc/
H A Ddispatcher_test.cc51 raw_call(raw_msg); in TEST_F()
60 raw_call(raw_msg); in TEST_F()
69 raw_call(raw_msg); in TEST_F()
80 raw_call(raw_msg); in TEST_F()
91 raw_call(raw_msg); in TEST_F()
102 raw_call(raw_msg); in TEST_F()
114 raw_call(raw_msg); in TEST_F()
127 raw_call(raw_msg); in TEST_F()
140 raw_call(raw_msg); in TEST_F()
149 EXPECT_NO_THROW(raw_call(raw_msg)); in TEST_F()
[all …]
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/libqcproto/
H A Dp_vypress.c39 #define ADDCHAR(ch) do{raw_msg[(raw_len)++]=(ch);}while(0)
41 if(s==NULL){free(raw_msg);errno=ENOMSG;return NULL;} \
42 memcpy(raw_msg+raw_len,(s),slen=strlen(s)+1); \
53 * raw_msg = (char *)malloc(QCP_MAXUDPSIZE); in qcs__make_vypress_msg() local
55 if( raw_msg==NULL ) { in qcs__make_vypress_msg()
87 free(raw_msg); in qcs__make_vypress_msg()
88 raw_msg = (char*)qcs__make_qchat_msg(msg, &raw_len); in qcs__make_vypress_msg()
95 free(raw_msg); in qcs__make_vypress_msg()
104 memcpy(msg_buf+10, raw_msg, raw_len); in qcs__make_vypress_msg()
109 free(raw_msg); in qcs__make_vypress_msg()
/dports/www/librtcdcpp/librtcdcpp-2fe92c38b48b6acf1217a8a812c2408310dec437/src/
H A DPeerConnection.cpp218 uint8_t *raw_msg = chunk->Data(); in HandleNewDataChannel() local
220 open_msg.chan_type = raw_msg[1]; in HandleNewDataChannel()
221 open_msg.priority = (raw_msg[2] << 8) + raw_msg[3]; in HandleNewDataChannel()
222 open_msg.reliability = (raw_msg[4] << 24) + (raw_msg[5] << 16) + (raw_msg[6] << 8) + raw_msg[7]; in HandleNewDataChannel()
223 open_msg.label_len = (raw_msg[8] << 8) + raw_msg[9]; in HandleNewDataChannel()
224 open_msg.protocol_len = (raw_msg[10] << 8) + raw_msg[11]; in HandleNewDataChannel()
226 std::string label(reinterpret_cast<char *>(raw_msg + 12), open_msg.label_len); in HandleNewDataChannel()
227 …std::string protocol(reinterpret_cast<char *>(raw_msg + 12 + open_msg.label_len), open_msg.protoco… in HandleNewDataChannel()
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Dpush_event_payload_service.rb51 raw_msg = commit[:message]
55 index = raw_msg.index("\n")
56 message = index ? raw_msg[0..index] : raw_msg
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/
H A DException.php250 public $raw_msg = ''; variable in Horde_Imap_Client_Exception
262 $this->raw_msg = $this->message;
299 $this->raw_msg = vsprintf($this->raw_msg, $args);
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/
H A Dscheduler.py118 def __init__(self, msg_id, raw_msg, idents, msg, header, metadata, argument
121 self.raw_msg = raw_msg
340 raw_msg = lost[msg_id].raw_msg
372 def dispatch_submission(self, raw_msg): argument
431 job = Job(msg_id=msg_id, raw_msg=raw_msg, idents=idents, msg=msg,
604 self.engine_stream.send_multipart(job.raw_msg, copy=False)
620 def dispatch_result(self, raw_msg): argument
649 self.handle_result(idents, parent, raw_msg, success)
655 def handle_result(self, idents, parent, raw_msg, success=True): argument
661 raw_msg[:2] = [client,engine]
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/wamp/
H A Dserializer.py108 for raw_msg in raw_msgs:
110 if type(raw_msg) != list:
111 raise ProtocolError("invalid type {} for WAMP message".format(type(raw_msg)))
113 if len(raw_msg) == 0:
116 message_type = raw_msg[0]
127 msg = Klass.parse(raw_msg)
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/escargot-0.5.2/tests/
H A Dbuild.rs12 let raw_msg = msg.unwrap(); in test_fixture() localVariable
13 let msg = raw_msg.decode(); in test_fixture()
16 Err(err) => panic!("{}\nmsg=`{:#?}`", err, raw_msg), in test_fixture()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/escargot-0.5.0/tests/
H A Dbuild.rs15 let raw_msg = msg.unwrap(); in test_fixture() localVariable
16 let msg = raw_msg.decode(); in test_fixture()
19 Err(err) => panic!("{}\nmsg=`{:#?}`", err, raw_msg), in test_fixture()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/python/tests/
H A Dtest_python_logmsg.c117 const gchar *raw_msg = "test_msg"; in Test() local
118 LogMessage *msg = log_msg_new(raw_msg, strlen(raw_msg), &parse_options); in Test()
143 const gchar *raw_msg = "test_msg"; in Test() local
146 LogMessage *msg = log_msg_new(raw_msg, strlen(raw_msg), &parse_options); in Test()
/dports/net/libpcap/libpcap-1.10.1/
H A Dpcap-dbus.c61 char *raw_msg; in dbus_read() local
88 if (dbus_message_marshal(message, &raw_msg, &raw_msg_len)) { in dbus_read()
94 pcap_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) { in dbus_read()
96 callback(user, &pkth, (u_char *)raw_msg); in dbus_read()
100 dbus_free(raw_msg); in dbus_read()
/dports/security/nmap/nmap-7.91/libpcap/
H A Dpcap-dbus.c61 char *raw_msg; in dbus_read() local
88 if (dbus_message_marshal(message, &raw_msg, &raw_msg_len)) { in dbus_read()
94 bpf_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) { in dbus_read()
96 callback(user, &pkth, (u_char *)raw_msg); in dbus_read()
100 dbus_free(raw_msg); in dbus_read()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/tests/
H A Dtest_logmsg_serialize.c137 _create_message_to_be_serialized(const gchar *raw_msg, const int raw_msg_len) in _create_message_to_be_serialized() argument
142 LogMessage *msg = log_msg_new(raw_msg, raw_msg_len, &parse_options); in _create_message_to_be_serialized()
166 _serialize_message_for_test(GString *stream, const gchar *raw_msg) in _serialize_message_for_test() argument
170 LogMessage *msg = _create_message_to_be_serialized(raw_msg, strlen(raw_msg)); in _serialize_message_for_test()
208 _create_message_to_be_serialized_with_ts_processed(const gchar *raw_msg, const int raw_msg_len, Uni… in _create_message_to_be_serialized_with_ts_processed() argument
/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_send.c375 char raw_msg[strlen(msg) + 1024]; in irc_send_msg_ts() local
396 strcpy(raw_msg, "\001ACTION "); in irc_send_msg_ts()
397 strncat(raw_msg, line + 4, s - line - 4); in irc_send_msg_ts()
398 strcat(raw_msg, "\001"); in irc_send_msg_ts()
399 irc_send_msg_raw_tags(iu, type, dst, tags, raw_msg); in irc_send_msg_ts()
401 *raw_msg = '\0'; in irc_send_msg_ts()
403 strcpy(raw_msg, prefix); in irc_send_msg_ts()
405 strncat(raw_msg, line, s - line); in irc_send_msg_ts()
406 irc_send_msg_raw_tags(iu, type, dst, tags, raw_msg); in irc_send_msg_ts()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dp2p_invalid_messages.py199 raw_msg = self.node.p2p.build_message(message)
206 raw_msg[:num_header_bytes_before_size] +
208 raw_msg[(num_header_bytes_before_size + len(bad_size_bytes)):]
210 assert len(raw_msg) == len(raw_msg_with_wrong_size)
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dp2p_invalid_messages.py199 raw_msg = self.node.p2p.build_message(message)
206 raw_msg[:num_header_bytes_before_size] +
208 raw_msg[(num_header_bytes_before_size + len(bad_size_bytes)):]
210 assert len(raw_msg) == len(raw_msg_with_wrong_size)
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dp2p_invalid_messages.py199 raw_msg = self.node.p2p.build_message(message)
206 raw_msg[:num_header_bytes_before_size] +
208 raw_msg[(num_header_bytes_before_size + len(bad_size_bytes)):]
210 assert len(raw_msg) == len(raw_msg_with_wrong_size)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dp2p_invalid_messages.py207 raw_msg = self.node.p2p.build_message(message)
214 raw_msg[:num_header_bytes_before_size] +
216 raw_msg[(num_header_bytes_before_size + len(bad_size_bytes)):]
218 assert len(raw_msg) == len(raw_msg_with_wrong_size)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/scripts/
H A Dmaillist.php21 var $raw_msg; variable in fud_emsg
27 $this->raw_msg = !$data ? file_get_contents("php://stdin") : $data;
32 if (!preg_match("!^(.*?)\r?\n\r?\n(.*)!s", $this->raw_msg, $m)) {
268 mlist_error_log("no name or email for ".$this->headers['from'], $this->raw_msg);
274 mlist_error_log("No message id", $this->raw_msg);
416 mlist_error_log("Blank Subject", $emsg->raw_msg);
431 mlist_error_log("Invalid Date", $emsg->raw_msg);

1234