Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dvalidate_metadata.cc136 int grpc_is_binary_header(grpc_slice slice) { in grpc_is_binary_header() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dvalidate_metadata.cc136 int grpc_is_binary_header(grpc_slice slice) { in grpc_is_binary_header() function
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_utils_test.cc45 GPR_ASSERT(grpc_is_binary_header(GRPC_MDKEY(elem))); in VerifyBinaryHeaderSize()
H A Dbin_encoder_test.cc99 if (grpc_is_binary_header(grpc_slice_from_static_string(hdr)) != binary) { in expect_binary_header()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dgrpc.def84 grpc_is_binary_header
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.def83 grpc_is_binary_header
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc.h504 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h511 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h511 GRPCAPI int grpc_is_binary_header(grpc_slice slice);
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A 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()
H A Drb_grpc_imports.generated.h289 #define grpc_is_binary_header grpc_is_binary_header_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1711 pub fn grpc_is_binary_header(slice: grpc_slice) -> ::std::os::raw::c_int; in grpc_is_binary_header() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2200 pub fn grpc_is_binary_header(slice: grpc_slice) -> ::std::os::raw::c_int; in grpc_is_binary_header() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch1932 + pub fn grpc_is_binary_header(slice: grpc_slice) -> ::std::os::raw::c_int;