Home
last modified time | relevance | path

Searched refs:grpc_http_response (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/lib/http/
Dparser.h71 typedef struct grpc_http_response { struct
80 } grpc_http_response; argument
87 grpc_http_response* response;
109 void grpc_http_response_destroy(grpc_http_response* response);
Dhttpcli.h69 typedef struct grpc_http_response grpc_httpcli_response;
Dparser.cc344 void grpc_http_response_destroy(grpc_http_response* response) { in grpc_http_response_destroy()
/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc48 grpc_http_response* response = static_cast<grpc_http_response*>(arg); in on_finish()
79 grpc_http_response response; in test_get()
118 grpc_http_response response; in test_post()
Dhttpscli_test.cc50 grpc_http_response* response = static_cast<grpc_http_response*>(arg); in on_finish()
82 grpc_http_response response; in test_get()
122 grpc_http_response response; in test_post()
Dresponse_fuzzer.cc32 grpc_http_response response; in LLVMFuzzerTestOneInput()
Dparser_test.cc103 grpc_http_response response; in test_succeeds()
157 grpc_http_response response; in test_fails()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.h34 struct grpc_http_response;
238 grpc_http_response response;
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h103 const struct grpc_http_response* response, grpc_mdelem* token_md,
Doauth2_credentials.cc119 const grpc_http_response* response, grpc_mdelem* token_md, in grpc_oauth2_token_fetcher_credentials_parse_server_response()
/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc65 grpc_http_response response;
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc62 grpc_http_response http_response;
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc345 grpc_http_response responses[HTTP_RESPONSE_COUNT];
676 const grpc_http_response* response = &ctx->responses[HTTP_RESPONSE_OPENID]; in on_openid_config_retrieved()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2449 grpc_http_response response; in try_http_parsing()