Searched refs:WithContext (Results 1 – 12 of 12) sorted by relevance
29 class WithContext {31 explicit WithContext(const Context& x) {} in WithContext() function32 ~WithContext() {} in ~WithContext()
72 func WithContext(parent context.Context, req *http.Request) context.Context { func73 return internal.WithContext(parent, req)
63 return WithContext(netcontext.Background(), req)66 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func
93 r = r.WithContext(withContext(r.Context(), c))271 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func328 req = req.WithContext(ctx)
258 return WithContext(netcontext.Background(), req)261 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func
25 return r.WithContext(ctx)
35 class WithContext; variable
42 req = req.WithContext(ctx)
30 resp, err := client.Do(req.WithContext(ctx))
35 return req.WithContext(ctx)
81 WithContext wc(t.f->context); in ExecuteTask()
1612 WithContext wc(context_); in Process()