Home
last modified time | relevance | path

Searched refs:grpc_http_header (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/http/
Dparser.h32 typedef struct grpc_http_header { struct
35 } grpc_http_header; argument
64 grpc_http_header* hdrs;
76 grpc_http_header* hdrs;
Dparser.cc160 grpc_http_header** hdrs = nullptr; in add_header()
161 grpc_http_header hdr = {nullptr, nullptr}; in add_header()
205 *hdrs = static_cast<grpc_http_header*>( in add_header()
/external/grpc-grpc/test/core/http/
Dformat_request_test.cc27 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_get_request()
52 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request()
82 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request_no_body()
107 grpc_http_header hdrs[2]; in test_format_post_request_content_type_override()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc272 grpc_http_header* headers = nullptr; in http_connect_handshaker_do_handshake()
279 headers = static_cast<grpc_http_header*>( in http_connect_handshaker_do_handshake()
280 gpr_malloc(sizeof(grpc_http_header) * num_header_strings)); in http_connect_handshaker_do_handshake()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc359 grpc_http_header header = {(char*)"Metadata-Flavor", (char*)"Google"}; in compute_engine_fetch_oauth2()
413 grpc_http_header header = {(char*)"Content-Type", in refresh_token_fetch_oauth2()