Home
last modified time | relevance | path

Searched refs:no_space (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/lib/slice/
Dslice_string_helpers.cc81 grpc_slice_buffer* dst, bool no_space) { in grpc_slice_split_inner() argument
92 if (no_space) { in grpc_slice_split_inner()
100 if (no_space) { in grpc_slice_split_inner()
107 if (no_space) { in grpc_slice_split_inner()
/third_party/boost/libs/log/example/doc/
Dutil_ipc_reliable_mq_writer.cpp49 case queue_t::operation_result::no_space: in main()
68 case queue_t::no_space: in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c577 goto no_space; in gst_rtcp_buffer_add_packet()
602 no_space: in gst_rtcp_buffer_add_packet()
985 goto no_space; in gst_rtcp_packet_add_rb()
1002 goto no_space; in gst_rtcp_packet_add_rb()
1030 no_space: in gst_rtcp_packet_add_rb()
1543 goto no_space; in gst_rtcp_packet_sdes_add_item()
1579 no_space: in gst_rtcp_packet_sdes_add_item()
1629 goto no_space; in gst_rtcp_packet_sdes_add_entry()
1649 no_space: in gst_rtcp_packet_sdes_add_entry()
1740 goto no_space; in gst_rtcp_packet_bye_add_ssrc()
[all …]
/third_party/boost/boost/log/utility/ipc/
Dreliable_message_queue.hpp102 no_space, //!< The message could not be sent because the queue is full enumerator
/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp222 BOOST_CHECK_EQUAL(res, queue_t::no_space); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/log/src/windows/
Dipc_reliable_message_queue.cpp309 return no_space; in send()
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp321 return no_space; in send()
/third_party/boost/libs/log/doc/
Dutilities.qbk376 …ow` - Return an error code from the send operation. The error code is `operation_result::no_space`.