Home
last modified time | relevance | path

Searched refs:grpc_is_binary_header_internal (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dvalidate_metadata.cc98 int grpc_is_binary_header_internal(const grpc_slice& slice) { in grpc_is_binary_header_internal() function
104 return grpc_is_binary_header_internal(slice); in grpc_is_binary_header()
Dvalidate_metadata.h33 int grpc_is_binary_header_internal(const grpc_slice& slice);
Dcall.cc922 } else if (!grpc_is_binary_header_internal(md->key) && in prepare_application_metadata()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc101 } else if (!grpc_is_binary_header_internal(md[i].key) && in process_plugin_result()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc496 : grpc_is_binary_header_internal(GRPC_MDKEY(elem)); in get_wire_value()
611 if (grpc_is_binary_header_internal(GRPC_MDKEY(elem))) { in hpack_enc_log()
Dhpack_parser.cc633 if (grpc_is_binary_header_internal(GRPC_MDKEY(md))) { in on_hdr_log()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc740 if (grpc_is_binary_header_internal(GRPC_MDKEY(mdelem))) { in convert_metadata_to_cronet_headers()