Home
last modified time | relevance | path

Searched refs:grpc_slice_buffer_peek_first (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/slice/
Dslice_buffer_test.cc122 grpc_slice* first = grpc_slice_buffer_peek_first(&buf); in test_slice_buffer_first()
128 first = grpc_slice_buffer_peek_first(&buf); in test_slice_buffer_first()
134 first = grpc_slice_buffer_peek_first(&buf); in test_slice_buffer_first()
140 first = grpc_slice_buffer_peek_first(&buf); in test_slice_buffer_first()
/third_party/grpc/src/core/lib/compression/
Dstream_compression_gzip.cc56 grpc_slice* slice = grpc_slice_buffer_peek_first(in); in gzip_flate()
/third_party/grpc/src/core/lib/slice/
Dslice_internal.h285 inline grpc_slice* grpc_slice_buffer_peek_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_peek_first() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc104 grpc_slice* slice = grpc_slice_buffer_peek_first(slices); in grpc_deframe_unprocessed_incoming_frames()
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc153 grpc_slice* next_slice = grpc_slice_buffer_peek_first(args_->read_buffer); in MoveReadBufferIntoHandshakeBuffer()