Home
last modified time | relevance | path

Searched refs:grpc_key_is_binary_header (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dvalidate_metadata.h34 inline int grpc_key_is_binary_header(const uint8_t* buf, size_t length) { in grpc_key_is_binary_header() function
40 return grpc_key_is_binary_header(slice.data.refcounted.bytes, in grpc_is_refcounted_slice_binary_header()
Dvalidate_metadata.cc99 return grpc_key_is_binary_header(GRPC_SLICE_START_PTR(slice), in grpc_is_binary_header_internal()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc235 if (grpc_key_is_binary_header(key_buf, key_len)) { in grpc_chttp2_get_size_in_hpack_table()