/third_party/grpc/third_party/objective_c/Cronet/ |
D | bidirectional_stream_c.h | 183 bool end_of_stream); 211 bool end_of_stream);
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | inflate_stream.cpp | 92 return error::end_of_stream; in write() 273 ec == error::end_of_stream) in operator ()() 548 error::end_of_stream); in testInflateErrors() 578 error::end_of_stream); in testInflateErrors() 581 error::end_of_stream); in testInflateErrors() 583 error::end_of_stream); in testInflateErrors()
|
D | deflate_stream.cpp | 98 return error::end_of_stream; in write() 328 ec == error::end_of_stream) // per zlib FAQ in doDeflate1_beast() 378 ec == error::end_of_stream) // per zlib FAQ in doDeflate2_beast() 484 BEAST_EXPECT(ec == error::end_of_stream); in testWriteAfterFinish() 539 BEAST_EXPECT(ec == error::end_of_stream); in testFlushAtLiteralBufferFull()
|
D | error.cpp | 43 check("boost.beast.zlib", error::end_of_stream); in run()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 104 int end_of_stream = 1; in svc_decode_frame() local 105 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_END_OF_STREAM, &end_of_stream); in svc_decode_frame()
|
D | libxavs.c | 49 int end_of_stream; member 152 if (!frame && !(x4->end_of_stream)) { in XAVS_frame() 162 x4->end_of_stream = END_OF_STREAM; in XAVS_frame()
|
D | vaapi_encode.h | 330 int end_of_stream; member
|
/third_party/boost/libs/beast/include/boost/beast/zlib/ |
D | error.hpp | 67 end_of_stream, enumerator
|
/third_party/boost/boost/beast/zlib/ |
D | error.hpp | 67 end_of_stream, enumerator
|
/third_party/boost/boost/beast/http/ |
D | error.hpp | 30 end_of_stream = 1, enumerator
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | error.hpp | 30 end_of_stream = 1, enumerator
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | read3.cpp | 469 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF1() 508 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF1() 558 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF2() 596 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF2()
|
/third_party/boost/libs/beast/test/beast/http/ |
D | error.cpp | 44 check("beast.http", error::end_of_stream); in run()
|
D | read.cpp | 350 BEAST_EXPECT(ec == http::error::end_of_stream); in testEof() 359 BEAST_EXPECT(ec == http::error::end_of_stream); in testEof()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 263 int end_of_stream = 1; in gst_openh264dec_handle_frame() local 267 &end_of_stream); in gst_openh264dec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsrc.h | 130 GstFlowReturn (*end_of_stream) (GstAppSrc *appsrc); member
|
/third_party/boost/boost/beast/http/impl/ |
D | error.ipp | 35 case error::end_of_stream: return "end of stream";
|
D | read.hpp | 231 ec = error::end_of_stream; 365 ec = error::end_of_stream; in read_some()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | error.ipp | 35 case error::end_of_stream: return "end of stream";
|
D | read.hpp | 231 ec = error::end_of_stream; 365 ec = error::end_of_stream; in read_some()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | accept.hpp | 315 if(ec == http::error::end_of_stream) 454 if(ec == http::error::end_of_stream) in do_accept()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | accept.hpp | 315 if(ec == http::error::end_of_stream) 454 if(ec == http::error::end_of_stream) in do_accept()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 178 gboolean end_of_stream, is_error, is_warning, seek_done; member 217 GST_TIME_ARGS (new_state->seek_done_position), old_state->end_of_stream, in test_play_state_change_debug() 218 new_state->end_of_stream, old_state->is_error, new_state->is_error, in test_play_state_change_debug() 232 state->end_of_stream = state->is_error = state->seek_done = FALSE; in test_play_state_reset() 445 state->end_of_stream = TRUE; in process_play_messages()
|
/third_party/boost/libs/beast/include/boost/beast/zlib/impl/ |
D | error.ipp | 64 case error::end_of_stream: return "unexpected end of deflate stream";
|
/third_party/boost/boost/beast/zlib/impl/ |
D | error.ipp | 64 case error::end_of_stream: return "unexpected end of deflate stream";
|