Searched refs:grpc_http_header (Results 1 – 5 of 5) sorted by relevance
32 typedef struct grpc_http_header { struct35 } grpc_http_header; argument64 grpc_http_header* hdrs;76 grpc_http_header* hdrs;
160 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()
27 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()
272 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()
359 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()