Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17.go40 func reqContext(r *http.Request) context.Context { return r.Context() } func
Dnot_go17.go26 func reqContext(r *http.Request) fakeContext { func