Home
last modified time | relevance | path

Searched refs:grpc_slice_buffer_take_first (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc116 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
201 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()
202 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h65 #define gpr_slice_buffer_take_first grpc_slice_buffer_take_first
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc263 grpc_slice slice = grpc_slice_buffer_take_first(src); in slice_buffer_move_first_maybe_ref()
306 grpc_slice slice = grpc_slice_buffer_take_first(src); in grpc_slice_buffer_move_first_into_buffer()
362 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_take_first() function
/external/grpc-grpc/include/grpc/
Dslice_buffer.h75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* src);
/external/grpc-grpc/
Dgrpc.def195 grpc_slice_buffer_take_first
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_gzip.cc56 grpc_slice slice = grpc_slice_buffer_take_first(in); in gzip_flate()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c254 printf("%lx", (unsigned long) grpc_slice_buffer_take_first); in main()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc112 grpc_slice slice = grpc_slice_buffer_take_first(slices); in grpc_deframe_unprocessed_incoming_frames()
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc203 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices); in WriteAction()
Dtcp_posix.cc844 grpc_slice_buffer_take_first(tcp->outgoing_buffer)); in tcp_flush()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc79 grpc_slice next_slice = grpc_slice_buffer_take_first(h->args->read_buffer); in move_read_buffer_into_handshake_buffer()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h625 #define grpc_slice_buffer_take_first grpc_slice_buffer_take_first_import macro
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc682 grpc_slice slice = grpc_slice_buffer_take_first(write_slice_buffer); in create_grpc_frame()