Home
last modified time | relevance | path

Searched +refs:messages +refs:buffer (Results 301 – 325 of 37828) sorted by relevance

1...<<11121314151617181920>>...1514

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/extensions/
H A Dextension_localization_peer_unittest.cc106 std::vector<char> buffer(available_bytes); in OnReadable() local
107 MojoResult result = body_handle_->ReadData(buffer.data(), &available_bytes, in OnReadable()
122 buffer.resize(available_bytes); in OnReadable()
123 body_.append(buffer.begin(), buffer.end()); in OnReadable()
253 extensions::L10nMessagesMap messages; in TEST_F() local
254 messages.insert(std::make_pair("text", "new text")); in TEST_F()
257 l10n_messages_map["some_id2"] = messages; in TEST_F()
278 extensions::L10nMessagesMap messages; in TEST_F() local
279 messages.insert(std::make_pair("text", "new text")); in TEST_F()
282 l10n_messages_map["some_id3"] = messages; in TEST_F()
/dports/net/frr7-pythontools/frr-frr-7.5.1/doc/developer/
H A Dzebra.rst96 messages past the version field for versions they do not recognise.
399 for the messages we want to send to the kernel. In a separate pthread, we
413 messages to it.
415 When messages must be sent to the kernel, they are consecutively added
418 interface: take a context object, a buffer and a size of the buffer as an
421 (in the user space only) messages are encoded to the same buffer which will
423 buffer.
427 - When an encoding function returns the buffer overflow error. The context
434 distinct sockets, so the messages cannot share the same buffer.
449 message. Error messages are kept in the same order as they were sent, so parsing the
[all …]
/dports/net/frr7/frr-frr-7.5.1/doc/developer/
H A Dzebra.rst96 messages past the version field for versions they do not recognise.
399 for the messages we want to send to the kernel. In a separate pthread, we
413 messages to it.
415 When messages must be sent to the kernel, they are consecutively added
418 interface: take a context object, a buffer and a size of the buffer as an
421 (in the user space only) messages are encoded to the same buffer which will
423 buffer.
427 - When an encoding function returns the buffer overflow error. The context
434 distinct sockets, so the messages cannot share the same buffer.
449 message. Error messages are kept in the same order as they were sent, so parsing the
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/dbparser/
H A Dpatterndb.c203 GString *buffer = g_string_sized_new(256); in _is_action_within_rate_limit() local
220 g_string_free(buffer, FALSE); in _is_action_within_rate_limit()
224 g_string_free(buffer, TRUE); in _is_action_within_rate_limit()
315 GString *buffer = g_string_sized_new(256); in _execute_action_create_context() local
327 …(LogMessage **) triggering_context->super.messages->pdata, triggering_context->super.messages->len, in _execute_action_create_context()
347 g_string_free(buffer, FALSE); in _execute_action_create_context()
349 g_ptr_array_add(new_context->super.messages, context_msg); in _execute_action_create_context()
605 g_string_steal(buffer); in _pattern_db_process_matching_rule()
614 evt_tag_int("num_messages", context->super.messages->len)); in _pattern_db_process_matching_rule()
617 g_ptr_array_add(context->super.messages, log_msg_ref(msg)); in _pattern_db_process_matching_rule()
[all …]
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A DMakefile110 ../include/inn/messages.h ../include/inn/libinn.h \
113 buffer.h endpoint.h
114 buffer.o: buffer.c ../include/portable/system.h ../include/config.h \
120 ../include/inn/system.h ../include/inn/messages.h \
122 ../include/inn/xwrite.h buffer.h misc.h
137 ../include/inn/system.h ../include/inn/messages.h \
150 ../include/inn/messages.h ../include/inn/network.h \
162 ../include/inn/innconf.h ../include/inn/messages.h \
173 ../include/inn/innconf.h ../include/inn/messages.h \
222 ../include/inn/system.h ../include/inn/messages.h \
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A DMakefile107 ../include/inn/messages.h ../include/inn/libinn.h \
110 ../include/portable/macros.h buffer.h endpoint.h
111 buffer.o: buffer.c innfeed.h ../include/inn/timer.h \
116 ../include/portable/stdbool.h ../include/inn/messages.h \
131 ../include/portable/stdbool.h ../include/inn/messages.h \
143 ../include/inn/messages.h ../include/inn/network.h \
155 ../include/inn/messages.h ../include/inn/libinn.h \
157 buffer.h misc.h configfile.h endpoint.h host.h
166 ../include/inn/messages.h ../include/inn/network.h \
200 ../include/inn/innconf.h ../include/inn/messages.h \
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A DMakefile107 ../include/inn/messages.h ../include/inn/libinn.h \
110 ../include/portable/macros.h buffer.h endpoint.h
111 buffer.o: buffer.c innfeed.h ../include/inn/timer.h \
116 ../include/portable/stdbool.h ../include/inn/messages.h \
131 ../include/portable/stdbool.h ../include/inn/messages.h \
143 ../include/inn/messages.h ../include/inn/network.h \
155 ../include/inn/messages.h ../include/inn/libinn.h \
157 buffer.h misc.h configfile.h endpoint.h host.h
166 ../include/inn/messages.h ../include/inn/network.h \
200 ../include/inn/innconf.h ../include/inn/messages.h \
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/broadway/
H A Dbroadwayd.c54 GString *buffer; member
416 guchar *buffer; in client_input_cb() local
419 GSocketControlMessage **messages = NULL; in client_input_cb() local
428 input_vector.buffer = client->buffer->str + old_len; in client_input_cb()
429 input_vector.size = client->buffer->allocated_len - client->buffer->len -1; in client_input_cb()
433 &messages, &num_messages, in client_input_cb()
444 if (G_IS_UNIX_FD_MESSAGE (messages[i])) in client_input_cb()
455 g_object_unref (messages[i]); in client_input_cb()
457 g_free (messages); in client_input_cb()
461 buffer = (guchar *)client->buffer->str; in client_input_cb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cast/message_port/
H A Dmessage_port_unittest.cc42 void PostMessages(const std::vector<std::string>& messages, in PostMessages() argument
45 for (const auto& message : messages) { in PostMessages()
49 EXPECT_TRUE(receiver->RunUntilMessageCountEqual(messages.size())); in PostMessages()
50 for (size_t i = 0; i < messages.size(); i++) { in PostMessages()
51 EXPECT_EQ(receiver->buffer()[i].first, messages[i]); in PostMessages()
65 EXPECT_EQ(receiver->buffer()[0].second.size(), (size_t)1); in PostMessageWithTransferables()
66 return std::move(receiver->buffer()[0].second[0]); in PostMessageWithTransferables()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go71 func (this *Fixture) Assert(condition bool, messages ...string) bool {
73 if len(messages) == 0 {
74 messages = append(messages, "Expected condition to be true, was false instead.")
76 this.fail(strings.Join(messages, ", "))
118 buffer := make([]byte, 1024*16)
119 runtime.Stack(buffer, false)
120 this.Println(strings.TrimSpace(string(buffer)))
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go71 func (this *Fixture) Assert(condition bool, messages ...string) bool {
73 if len(messages) == 0 {
74 messages = append(messages, "Expected condition to be true, was false instead.")
76 this.fail(strings.Join(messages, ", "))
118 buffer := make([]byte, 1024*16)
119 runtime.Stack(buffer, false)
120 this.Println(strings.TrimSpace(string(buffer)))
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go71 func (this *Fixture) Assert(condition bool, messages ...string) bool {
73 if len(messages) == 0 {
74 messages = append(messages, "Expected condition to be true, was false instead.")
76 this.fail(strings.Join(messages, ", "))
118 buffer := make([]byte, 1024*16)
119 runtime.Stack(buffer, false)
120 this.Println(strings.TrimSpace(string(buffer)))
/dports/audio/visp-go/visp-2585747/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go71 func (this *Fixture) Assert(condition bool, messages ...string) bool {
73 if len(messages) == 0 {
74 messages = append(messages, "Expected condition to be true, was false instead.")
76 this.fail(strings.Join(messages, ", "))
118 buffer := make([]byte, 1024*16)
119 runtime.Stack(buffer, false)
120 this.Println(strings.TrimSpace(string(buffer)))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go71 func (this *Fixture) Assert(condition bool, messages ...string) bool {
73 if len(messages) == 0 {
74 messages = append(messages, "Expected condition to be true, was false instead.")
76 this.fail(strings.Join(messages, ", "))
118 buffer := make([]byte, 1024*16)
119 runtime.Stack(buffer, false)
120 this.Println(strings.TrimSpace(string(buffer)))
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/databases/tile38/tile38-1.12.0/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/google.golang.org/genproto/
H A DREADME.md10 > protocol buffer's associated service.
12 This repository contains the generated Go packages for common protocol buffer
19 is derived from this repo. The messages in `protobuf` are used to describe
20 protocol buffer messages themselves. The messages under `ptypes` define the

1...<<11121314151617181920>>...1514