Home
last modified time | relevance | path

Searched defs:contextContext (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dnot_go17.go16 type contextContext interface { interface
50 func contextWithCancel(ctx contextContext) (_ contextContext, cancel func()) {
54 func requestWithContext(req *http.Request, ctx contextContext) *http.Request {
83 func (cc *ClientConn) Ping(ctx contextContext) error {
Dgo17.go17 type contextContext interface { interface
30 func contextWithCancel(ctx contextContext) (_ contextContext, cancel func()) {
34 func requestWithContext(req *http.Request, ctx contextContext) *http.Request {