Searched refs:grpc_slice_buffer_take_first (Results 1 – 9 of 9) sorted by relevance
117 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()202 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()203 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()
65 #define gpr_slice_buffer_take_first grpc_slice_buffer_take_first
75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb);
280 grpc_slice slice = grpc_slice_buffer_take_first(src); in slice_buffer_move_first_maybe_ref()323 grpc_slice slice = grpc_slice_buffer_take_first(src); in grpc_slice_buffer_move_first_into_buffer()379 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_take_first() function
66 *slice = grpc_slice_buffer_take_first(&backing_buffer_); in Pull()
215 grpc_slice_buffer_take_first
282 printf("%lx", (unsigned long) grpc_slice_buffer_take_first); in main()
205 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices); in WriteAction()
715 #define grpc_slice_buffer_take_first grpc_slice_buffer_take_first_import macro