Searched refs:no_space (Results 1 – 8 of 8) sorted by relevance
81 grpc_slice_buffer* dst, bool no_space) { in grpc_slice_split_inner() argument92 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()
49 case queue_t::operation_result::no_space: in main()68 case queue_t::no_space: in main()
577 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 …]
102 no_space, //!< The message could not be sent because the queue is full enumerator
222 BOOST_CHECK_EQUAL(res, queue_t::no_space); in BOOST_AUTO_TEST_CASE()
309 return no_space; in send()
321 return no_space; in send()
376 …ow` - Return an error code from the send operation. The error code is `operation_result::no_space`.