Searched refs:grpc_httpcli_plaintext (Results 1 – 8 of 8) sorted by relevance
77 req.handshaker = &grpc_httpcli_plaintext; in test_get()116 req.handshaker = &grpc_httpcli_plaintext; in test_post()
50 extern const grpc_httpcli_handshaker grpc_httpcli_plaintext;
78 const grpc_httpcli_handshaker grpc_httpcli_plaintext = {"http", variable245 request->handshaker ? request->handshaker : &grpc_httpcli_plaintext; in internal_request_begin()
165 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveRegion()215 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveRoleName()278 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveSigningKeys()
142 url_.scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveSubjectToken()
269 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in ExchangeToken()376 uri->scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in ImpersenateServiceAccount()
342 request.handshaker = &grpc_httpcli_plaintext; in DoHandshake()
585 : &grpc_httpcli_plaintext; in fetch_oauth2()