Home
last modified time | relevance | path

Searched refs:HTTP2InteropCtx (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop.go35 type HTTP2InteropCtx struct { struct
94 func testClientShortSettings(ctx *HTTP2InteropCtx, length int) error { argument
125 func testClientPrefaceWithStreamId(ctx *HTTP2InteropCtx) error { argument
154 func testUnknownFrameType(ctx *HTTP2InteropCtx) error { argument
208 func testShortPreface(ctx *HTTP2InteropCtx, prefacePrefix string) error { argument
227 func testTLSMaxVersion(ctx *HTTP2InteropCtx, version uint16) error { argument
252 func testTLSApplicationProtocol(ctx *HTTP2InteropCtx) error { argument
277 func testTLSBadCipherSuites(ctx *HTTP2InteropCtx) error { argument
379 func connect(ctx *HTTP2InteropCtx) (*CapConn, error) { argument
396 func buildTlsConfig(ctx *HTTP2InteropCtx) *tls.Config { argument
[all …]
Ds6.5.go23 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error { argument
50 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error { argument
Dhttp2interop_test.go44 func InteropCtx(t *testing.T) *HTTP2InteropCtx {
45 ctx := &HTTP2InteropCtx{
80 func (ctx *HTTP2InteropCtx) Close() error {
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop.go21 type HTTP2InteropCtx struct { struct
80 func testClientShortSettings(ctx *HTTP2InteropCtx, length int) error { argument
111 func testClientPrefaceWithStreamId(ctx *HTTP2InteropCtx) error { argument
140 func testUnknownFrameType(ctx *HTTP2InteropCtx) error { argument
194 func testShortPreface(ctx *HTTP2InteropCtx, prefacePrefix string) error { argument
213 func testTLSMaxVersion(ctx *HTTP2InteropCtx, version uint16) error { argument
238 func testTLSApplicationProtocol(ctx *HTTP2InteropCtx) error { argument
263 func testTLSBadCipherSuites(ctx *HTTP2InteropCtx) error { argument
365 func connect(ctx *HTTP2InteropCtx) (*CapConn, error) { argument
382 func buildTlsConfig(ctx *HTTP2InteropCtx) *tls.Config { argument
[all …]
Ds6.5.go9 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error { argument
36 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error { argument
Dhttp2interop_test.go30 func InteropCtx(t *testing.T) *HTTP2InteropCtx {
31 ctx := &HTTP2InteropCtx{
66 func (ctx *HTTP2InteropCtx) Close() error {