Home
last modified time | relevance | path

Searched refs:grpc_httpcli_response (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.h68 typedef struct grpc_http_response grpc_httpcli_response; typedef
86 grpc_closure* on_done, grpc_httpcli_response* response);
108 grpc_httpcli_response* response);
114 grpc_httpcli_response* response);
120 grpc_httpcli_response* response);
Dhttpcli.cc234 grpc_httpcli_response* response, in internal_request_begin()
272 grpc_closure* on_done, grpc_httpcli_response* response) { in grpc_httpcli_get()
289 grpc_httpcli_response* response) { in grpc_httpcli_post()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.h69 typedef struct grpc_http_response grpc_httpcli_response; typedef
88 grpc_httpcli_response* response);
110 grpc_httpcli_response* response);
116 grpc_httpcli_response* response);
122 grpc_httpcli_response* response);
Dhttpcli.cc231 grpc_httpcli_response* response, in internal_request_begin()
268 grpc_closure* on_done, grpc_httpcli_response* response) { in grpc_httpcli_get()
286 grpc_httpcli_response* response) { in grpc_httpcli_post()
/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc311 static grpc_httpcli_response http_response(int status, char* body) { in http_response()
312 grpc_httpcli_response response; in http_response()
313 memset(&response, 0, sizeof(grpc_httpcli_response)); in http_response()
323 grpc_httpcli_response* response) { in httpcli_post_should_not_be_called()
330 grpc_closure* on_done, grpc_httpcli_response* response) { in httpcli_get_google_keys_for_email()
376 grpc_closure* on_done, grpc_httpcli_response* response) { in httpcli_get_custom_keys_for_email()
409 grpc_httpcli_response* response) { in httpcli_get_jwk_set()
421 grpc_httpcli_response* response) { in httpcli_get_openid_config()
464 grpc_httpcli_response* response) { in httpcli_get_bad_json()
572 grpc_httpcli_response* response) { in httpcli_get_should_not_be_called()
Dcredentials_test.cc147 static grpc_httpcli_response http_response(int status, const char* body) { in http_response()
148 grpc_httpcli_response response; in http_response()
149 memset(&response, 0, sizeof(grpc_httpcli_response)); in http_response()
205 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_ok()
222 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
234 grpc_httpcli_response response = http_response(200, ""); in test_oauth2_token_fetcher_creds_parsing_empty_http_body()
245 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_invalid_json()
260 grpc_httpcli_response response = http_response(200, in test_oauth2_token_fetcher_creds_parsing_missing_token()
274 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_missing_token_type()
290 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime()
[all …]
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djwt_verifier_test.cc329 static grpc_httpcli_response http_response(int status, char* body) { in http_response()
330 grpc_httpcli_response response; in http_response()
341 grpc_httpcli_response* /*response*/) { in httpcli_post_should_not_be_called() argument
348 grpc_closure* on_done, grpc_httpcli_response* response) { in httpcli_get_google_keys_for_email()
395 grpc_closure* on_done, grpc_httpcli_response* response) { in httpcli_get_custom_keys_for_email()
429 grpc_httpcli_response* response) { in httpcli_get_jwk_set()
441 grpc_httpcli_response* response) { in httpcli_get_openid_config()
485 grpc_httpcli_response* response) { in httpcli_get_bad_json()
592 grpc_closure* /*on_done*/, grpc_httpcli_response* /*response*/) { in httpcli_get_should_not_be_called() argument
Dcredentials_test.cc259 static grpc_httpcli_response http_response(int status, const char* body) { in http_response()
260 grpc_httpcli_response response; in http_response()
317 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_ok()
334 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
346 grpc_httpcli_response response = http_response(200, ""); in test_oauth2_token_fetcher_creds_parsing_empty_http_body()
357 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_invalid_json()
372 grpc_httpcli_response response = http_response(200, in test_oauth2_token_fetcher_creds_parsing_missing_token()
386 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_missing_token_type()
402 grpc_httpcli_response response = in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime()
685 grpc_closure* on_done, grpc_httpcli_response* response) { in compute_engine_httpcli_get_success_override()
[all …]
/external/grpc-grpc/test/core/util/
Dport_server_client.cc63 grpc_httpcli_response rsp; in grpc_free_port_using_server()
126 grpc_httpcli_response response;
134 grpc_httpcli_response* response = &pr->response; in got_port_from_server()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc403 static grpc_json* json_from_http(const grpc_httpcli_response* response) { in json_from_http()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc408 static Json json_from_http(const grpc_httpcli_response* response) { in json_from_http()