Home
last modified time | relevance | path

Searched defs:stream_error (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dcfstream_handle.cc66 CFErrorRef stream_error; in ReadCallback() local
100 CFErrorRef stream_error; in WriteCallback() local
H A Dendpoint_cfstream.cc168 CFErrorRef stream_error = CFReadStreamCopyError(ep->read_stream); in ReadAction() local
207 CFErrorRef stream_error = CFWriteStreamCopyError(ep->write_stream); in WriteAction() local
H A Dtcp_client_cfstream.cc122 CFErrorRef stream_error = CFReadStreamCopyError(connect->read_stream); in OnOpen() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc66 CFErrorRef stream_error; in ReadCallback() local
100 CFErrorRef stream_error; in WriteCallback() local
Dendpoint_cfstream.cc168 CFErrorRef stream_error = CFReadStreamCopyError(ep->read_stream); in ReadAction() local
207 CFErrorRef stream_error = CFWriteStreamCopyError(ep->write_stream); in WriteAction() local
Dtcp_client_cfstream.cc122 CFErrorRef stream_error = CFReadStreamCopyError(connect->read_stream); in OnOpen() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_client.h303 QuicRstStreamErrorCode stream_error() { return stream_error_; } in stream_error() function
387 QuicRstStreamErrorCode stream_error; member
H A Dquic_test_client.cc802 QuicRstStreamErrorCode stream_error, bool response_complete, in PerStreamState()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream.h216 quic::QuicRstStreamErrorCode stream_error = quic::QUIC_STREAM_NO_ERROR; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream.h221 QuicRstStreamErrorCode stream_error() const { in stream_error() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parse_result.h131 bool stream_error() const { return IsStreamError(status_.get()); } in stream_error() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parse_result.h136 bool stream_error() const { in stream_error() function
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_chamelium_stream.c44 enum stream_error { enum
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_stream.cc387 quic::QuicRstStreamErrorCode QuicChromiumClientStream::Handle::stream_error() in stream_error() function in net::QuicChromiumClientStream::Handle
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Ddeflate.c1290 int stream_error = 0; in zng_deflateSetParams() local
/aosp_15_r20/external/curl/lib/
H A Dmulti.c1672 bool *stream_error,
2621 bool stream_error = FALSE; local