HomeSort by relevance Sort by last modified time
    Searched refs:grpc_slice (Results 101 - 125 of 362) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_handshaker_service_api_util.h 99 * This method creates a grpc_slice instance by copying a data buffer. It is
103 * - data: a data buffer to be copied to grpc_slice instance.
106 grpc_slice* create_slice(const char* data, size_t size);
108 /* This method destroys a grpc_slice instance. */
109 void destroy_slice(grpc_slice* slice);
alts_handshaker_client.cc 107 grpc_slice slice;
140 alts_tsi_event* event, grpc_slice* bytes_received) {
155 grpc_slice req_slice;
168 grpc_slice* bytes_received) {
187 static grpc_byte_buffer* get_serialized_next(grpc_slice* bytes_received) {
193 grpc_slice req_slice;
206 grpc_slice* bytes_received) {
256 grpc_slice slice = grpc_slice_from_copied_string(handshaker_service_url);
293 grpc_slice* bytes_received) {
305 grpc_slice* bytes_received)
    [all...]
alts_tsi_handshaker.cc 49 grpc_slice recv_bytes;
50 grpc_slice target_name;
65 grpc_slice rpc_versions;
203 grpc_slice* key = static_cast<grpc_slice*>(resp->result.key_data.arg);
205 grpc_slice* identity =
206 static_cast<grpc_slice*>(resp->result.peer_identity.service_account.arg);
260 grpc_slice slice = (received_bytes == nullptr || received_bytes_size == 0)
389 grpc_slice* recv_bytes, size_t bytes_consumed) {
407 grpc_slice* details
    [all...]
alts_tsi_utils.cc 49 grpc_slice slice = grpc_byte_buffer_reader_readall(&bbr);
  /external/grpc-grpc/src/core/tsi/ssl/session_cache/
ssl_session_cache.cc 36 return grpc_slice_cmp(*static_cast<grpc_slice*>(key1),
37 *static_cast<grpc_slice*>(key2));
53 Node(const grpc_slice& key, SslSessionPtr session) : key_(key) {
76 grpc_slice key_;
106 const grpc_slice& key) {
108 grpc_avl_get(entry_by_key_, const_cast<grpc_slice*>(&key), nullptr);
127 grpc_slice key_slice = grpc_slice_from_copied_string(key);
146 grpc_slice key_slice = grpc_slice_from_static_string(key);
ssl_session_openssl.cc 43 grpc_slice slice = grpc_slice_malloc(size_t(size));
63 grpc_slice serialized_session_;
  /external/grpc-grpc/src/cpp/ext/filters/census/
client_filter.h 52 memset(&path_, 0, sizeof(grpc_slice));
80 grpc_slice path_;
97 // Buffer needed for grpc_slice to reference when adding trace context
server_filter.h 52 memset(&path_, 0, sizeof(grpc_slice));
75 grpc_slice path_;
94 // Buffer needed for grpc_slice to reference it when adding metatdata to
  /external/grpc-grpc/test/core/transport/chttp2/
varint_test.cc 30 grpc_slice expect =
32 grpc_slice slice;
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_tsi_utils_test.cc 43 grpc_slice slice;
55 grpc_slice bad_slice =
  /external/grpc-grpc/test/cpp/util/
byte_buffer_test.cc 77 bool SliceEqual(const Slice& a, grpc_slice b) {
90 grpc_slice hello = grpc_slice_from_copied_string(kContent1);
91 grpc_slice world = grpc_slice_from_copied_string(kContent2);
103 grpc_slice hello = grpc_slice_from_copied_string(kContent1);
104 grpc_slice world = grpc_slice_from_copied_string(kContent2);
  /external/grpc-grpc/test/core/end2end/
cq_verifier.cc 94 grpc_slice key, grpc_slice value) {
104 int contains_metadata_slices(grpc_metadata_array* array, grpc_slice key,
105 grpc_slice value) {
109 static grpc_slice merge_slices(grpc_slice* slices, size_t nslices) {
113 grpc_slice out;
131 int raw_byte_buffer_eq_slice(grpc_byte_buffer* rbb, grpc_slice b) {
132 grpc_slice a;
147 int byte_buffer_eq_slice(grpc_byte_buffer* bb, grpc_slice b)
    [all...]
  /external/grpc-grpc/test/core/compression/
stream_compression_test.cc 69 grpc_slice slice = grpc_slice_from_static_string(test_str);
102 grpc_slice slice = grpc_slice_from_static_string(test_str);
116 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink);
152 grpc_slice slice = grpc_slice_from_static_string(test_str);
183 grpc_slice slice = grpc_slice_from_static_string(test_str);
201 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay);
202 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay);
203 grpc_slice slice3 =
252 grpc_slice slice = grpc_slice_from_static_string(test_str);
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
frame_ping.cc 32 grpc_slice grpc_chttp2_ping_create(uint8_t ack, uint64_t opaque_8bytes) {
33 grpc_slice slice = GRPC_SLICE_MALLOC(9 + 8);
76 grpc_slice slice, int is_last) {
frame_rst_stream.cc 31 grpc_slice grpc_chttp2_rst_stream_create(uint32_t id, uint32_t code,
34 grpc_slice slice = GRPC_SLICE_MALLOC(frame_size);
77 grpc_slice slice, int is_last) {
frame_window_update.cc 28 grpc_slice grpc_chttp2_window_update_create(
31 grpc_slice slice = GRPC_SLICE_MALLOC(frame_size);
72 grpc_slice slice,
  /external/grpc-grpc/src/core/lib/compression/
compression.cc 43 int grpc_compression_algorithm_parse(grpc_slice name,
132 grpc_slice grpc_compression_algorithm_slice(
150 grpc_slice str) {
compression_internal.cc 35 grpc_message_compression_algorithm_from_slice(grpc_slice str) {
45 grpc_slice str) {
246 grpc_slice value, grpc_message_compression_algorithm* algorithm) {
265 grpc_slice value, grpc_stream_compression_algorithm* algorithm) {
  /external/grpc-grpc/src/core/lib/http/
format_request.cc 54 grpc_slice grpc_httpcli_format_get_request(
71 grpc_slice grpc_httpcli_format_post_request(const grpc_httpcli_request* request,
111 grpc_slice grpc_httpcli_format_connect_request(
  /external/grpc-grpc/test/core/slice/
slice_buffer_test.cc 26 grpc_slice aaa = grpc_slice_from_copied_string("aaa");
27 grpc_slice bb = grpc_slice_from_copied_string("bb");
61 grpc_slice slices[3];
  /external/grpc-grpc/test/core/transport/
metadata_test.cc 46 static grpc_slice maybe_intern(grpc_slice in, bool intern) {
47 grpc_slice out = intern ? grpc_slice_intern(in) : grpc_slice_ref(in);
52 static grpc_slice maybe_dup(grpc_slice in, bool dup) {
53 grpc_slice out = dup ? grpc_slice_dup(in) : grpc_slice_ref(in);
222 grpc_slice* strs =
223 static_cast<grpc_slice*>(gpr_malloc(sizeof(grpc_slice) * nstrs));
225 grpc_slice test
    [all...]
  /external/grpc-grpc/include/grpc/
compression.h 44 grpc_slice value, grpc_compression_algorithm* algorithm);
  /external/grpc-grpc/include/grpc/impl/codegen/
gpr_slice.h 33 #define gpr_slice grpc_slice
  /external/grpc-grpc/src/core/lib/channel/
channel_trace.cc 44 ChannelTrace::TraceEvent::TraceEvent(Severity severity, grpc_slice data,
53 ChannelTrace::TraceEvent::TraceEvent(Severity severity, grpc_slice data)
106 void ChannelTrace::AddTraceEvent(Severity severity, grpc_slice data) {
112 Severity severity, grpc_slice data,
  /external/grpc-grpc/src/cpp/util/
byte_buffer_cc.cc 38 grpc_slice s;

Completed in 665 milliseconds

1 2 3 45 6 7 8 91011>>