Lines Matching +defs:block +defs:buffer
281 Block buffer(SYNC_DATA_MAX); in handle_send_file_data() local
315 Block block(msg.data.size); in handle_send_file_data() local
356 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file()
462 std::vector<char>& buffer) { in handle_send_link()
515 bool dry_run, std::vector<char>& buffer) { in send_impl()
561 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1()
581 static bool do_send_v2(int s, const std::string& path, std::vector<char>& buffer) { in do_send_v2()
636 std::vector<char>& buffer) { in recv_impl()
726 static bool do_recv_v1(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v1()
730 static bool do_recv_v2(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v2()
803 static bool handle_sync_command(int fd, std::vector<char>& buffer) { in handle_sync_command()
863 std::vector<char> buffer(SYNC_DATA_MAX); in file_sync_service() local