Lines Matching defs:buffer
274 Block buffer(SYNC_DATA_MAX); in handle_send_file_data() local
349 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file()
455 std::vector<char>& buffer) { in handle_send_link()
508 bool dry_run, std::vector<char>& buffer) { in send_impl()
554 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1()
574 static bool do_send_v2(int s, const std::string& path, std::vector<char>& buffer) { in do_send_v2()
632 std::vector<char>& buffer) { in recv_impl()
722 static bool do_recv_v1(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v1()
726 static bool do_recv_v2(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v2()
802 static bool handle_sync_command(int fd, std::vector<char>& buffer) { in handle_sync_command()
862 std::vector<char> buffer(SYNC_DATA_MAX); in file_sync_service() local