Searched refs:grpc_message (Results 1 – 5 of 5) sorted by relevance
103 if (b->idx.named.grpc_message != nullptr) { in hs_filter_outgoing_metadata()105 GRPC_MDVALUE(b->idx.named.grpc_message->md), in hs_filter_outgoing_metadata()108 GRPC_MDVALUE(b->idx.named.grpc_message->md))) { in hs_filter_outgoing_metadata()111 grpc_metadata_batch_set_value(b->idx.named.grpc_message, pct_encoded_msg); in hs_filter_outgoing_metadata()
141 if (b->idx.named.grpc_message != nullptr) { in client_filter_incoming_metadata()143 GRPC_MDVALUE(b->idx.named.grpc_message->md)); in client_filter_incoming_metadata()145 GRPC_MDVALUE(b->idx.named.grpc_message->md))) { in client_filter_incoming_metadata()148 grpc_metadata_batch_set_value(b->idx.named.grpc_message, pct_decoded_msg); in client_filter_incoming_metadata()
560 struct grpc_linked_mdelem* grpc_message; member
1072 if (b->idx.named.grpc_message != nullptr) { in recv_trailing_filter()1075 grpc_slice_ref_internal(GRPC_MDVALUE(b->idx.named.grpc_message->md))); in recv_trailing_filter()
5185 if (fields.grpc_message != nullptr) { in RecvTrailingMetadataReadyForLoadBalancingPolicy()5188 grpc_slice_ref_internal(GRPC_MDVALUE(fields.grpc_message->md))); in RecvTrailingMetadataReadyForLoadBalancingPolicy()