Home
last modified time | relevance | path

Searched refs:grpc_httpcli_context_destroy (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/core/util/
Dport_server_client.cc110 grpc_httpcli_context_destroy(&context); in grpc_free_port_using_server()
245 grpc_httpcli_context_destroy(&context); in grpc_pick_port_using_server()
/third_party/grpc/src/core/lib/http/
Dhttpcli.h71 void grpc_httpcli_context_destroy(grpc_httpcli_context* context);
Dhttpcli.cc85 void grpc_httpcli_context_destroy(grpc_httpcli_context* context) { in grpc_httpcli_context_destroy() function
/third_party/grpc/test/core/http/
Dhttpcli_test.cc206 grpc_httpcli_context_destroy(&g_context); in main()
Dhttpscli_test.cc218 grpc_httpcli_context_destroy(&g_context); in main()
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc210 grpc_httpcli_context_destroy(&context); in is_metadata_server_reachable()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/
Dgoogle_c2p_resolver.cc135 grpc_httpcli_context_destroy(&context_); in ~MetadataQuery()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc132 grpc_httpcli_context_destroy(&httpcli_context_); in ~grpc_oauth2_token_fetcher_credentials()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc917 grpc_httpcli_context_destroy(&v->http_ctx); in grpc_jwt_verifier_destroy()