Home
last modified time | relevance | path

Searched defs:ClientConn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dpersist.go230 type ClientConn struct { struct
231 mu sync.Mutex // read-write protects the following fields
232 c net.Conn
233 r *bufio.Reader member
234 re, we error // read/write errors
235 lastbody io.ReadCloser
236 nread, nwritten int
237 pipereq map[*http.Request]uint
239 pipe textproto.Pipeline
240 writeReq func(*http.Request, io.Writer) error
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/trace/v1/
Dtrace_service.pb.gw.go128 func RegisterTraceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn)…
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/metrics/v1/
Dmetrics_service.pb.gw.go128 …terMetricsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error {