Home
last modified time | relevance | path

Searched refs:grpc_is_binary_header (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dvalidate_metadata.cc92 int grpc_is_binary_header(grpc_slice slice) { in grpc_is_binary_header() function
Dcall.cc875 } else if (!grpc_is_binary_header(md->key) && in prepare_application_metadata()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dvalidate_metadata.cc103 int grpc_is_binary_header(grpc_slice slice) { in grpc_is_binary_header() function
/external/grpc-grpc/test/core/transport/chttp2/
Dbin_encoder_test.cc94 if (grpc_is_binary_header(grpc_slice_from_static_string(hdr)) != binary) { in expect_binary_header()
/external/grpc-grpc/
Dgrpc.def68 grpc_is_binary_header
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def71 grpc_is_binary_header
/external/grpc-grpc/include/grpc/
Dgrpc.h458 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h476 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/external/grpc-grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc91 } else if (!grpc_is_binary_header(md[i].key) && in process_plugin_result()
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h476 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c130 printf("%lx", (unsigned long) grpc_is_binary_header); in main()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc381 if (grpc_is_binary_header(GRPC_MDKEY(elem))) { in grpc_chttp2_get_size_in_hpack_table()
Dhpack_encoder.cc332 if (grpc_is_binary_header(GRPC_MDKEY(elem))) { in get_wire_value()
471 if (grpc_is_binary_header(GRPC_MDKEY(elem))) { in hpack_enc()
Dhpack_parser.cc630 if (grpc_is_binary_header(GRPC_MDKEY(md))) { in on_hdr()
1497 return grpc_is_binary_header( in is_binary_literal_header()
1514 *is = grpc_is_binary_header(GRPC_MDKEY(elem)); in is_binary_indexed_header()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c432 if (!grpc_is_binary_header(key_slice) && in grpc_rb_md_ary_fill_hash_cb()
448 if (!grpc_is_binary_header(key_slice) && in grpc_rb_md_ary_fill_hash_cb()
Drb_grpc_imports.generated.h244 #define grpc_is_binary_header grpc_is_binary_header_import macro
/external/grpc-grpc/test/core/transport/
Dmetadata_test.cc310 GPR_ASSERT(grpc_is_binary_header(GRPC_MDKEY(elem))); in verify_binary_header_size()
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc409 if (grpc_is_binary_header(key)) { in convert_cronet_array_to_metadata()
736 if (grpc_is_binary_header(GRPC_MDKEY(mdelem))) { in convert_metadata_to_cronet_headers()
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs2182 pub fn grpc_is_binary_header(slice: grpc_slice) -> ::std::os::raw::c_int; in grpc_is_binary_header() function
Daarch64-unknown-linux-gnu-bindings.rs2182 pub fn grpc_is_binary_header(slice: grpc_slice) -> ::std::os::raw::c_int; in grpc_is_binary_header() function