Lines Matching defs:s
143 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1()
155 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2()
187 static bool do_list(int s, const char* path) { in do_list()
247 static bool do_list_v1(int s, const char* path) { in do_list_v1()
251 static bool do_list_v2(int s, const char* path) { in do_list_v2()
271 static bool handle_send_file_data(borrowed_fd s, unique_fd fd, uint32_t* timestamp, in handle_send_file_data()
347 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file()
454 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link()
507 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, 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()
631 static bool recv_impl(borrowed_fd s, const char* path, CompressionType compression, 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()