Searched refs:HTTPRequestContext (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.h | 61 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;
|
D | url_external_account_credentials.h | 37 HTTPRequestContext* ctx, const Options& options, 52 HTTPRequestContext* ctx_ = nullptr;
|
D | aws_external_account_credentials.h | 39 HTTPRequestContext* ctx, const Options& options, 74 HTTPRequestContext* ctx_ = nullptr;
|
D | file_external_account_credentials.h | 37 HTTPRequestContext* ctx, const Options& options,
|
D | file_external_account_credentials.cc | 94 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
|
D | url_external_account_credentials.cc | 115 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
|
D | aws_external_account_credentials.cc | 123 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
|
D | external_account_credentials.cc | 213 ctx_ = new HTTPRequestContext(httpcli_context, pollent, deadline); in fetch_oauth2()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 2215 HTTPRequestContext* ctx, const Options& options, in RetrieveSubjectToken()
|