Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h61 struct HTTPRequestContext { struct
62 HTTPRequestContext(grpc_httpcli_context* httpcli_context, in HTTPRequestContext() function
67 ~HTTPRequestContext() { grpc_http_response_destroy(&response); } in ~HTTPRequestContext() argument
86 HTTPRequestContext* ctx, const Options& options, argument
113 HTTPRequestContext* ctx_ = nullptr;
Durl_external_account_credentials.h37 HTTPRequestContext* ctx, const Options& options,
52 HTTPRequestContext* ctx_ = nullptr;
Daws_external_account_credentials.h39 HTTPRequestContext* ctx, const Options& options,
74 HTTPRequestContext* ctx_ = nullptr;
Dfile_external_account_credentials.h37 HTTPRequestContext* ctx, const Options& options,
Dfile_external_account_credentials.cc94 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
Durl_external_account_credentials.cc115 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
Daws_external_account_credentials.cc123 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
Dexternal_account_credentials.cc213 ctx_ = new HTTPRequestContext(httpcli_context, pollent, deadline); in fetch_oauth2()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc2215 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()