Searched refs:SyncRequest (Results 1 – 3 of 3) sorted by relevance
291 std::vector<char> buf(sizeof(SyncRequest) + path_length); in SendRequest()292 SyncRequest* req = reinterpret_cast<SyncRequest*>(&buf[0]); in SendRequest()385 std::vector<char> buf(sizeof(SyncRequest) + path_length + in SendSmallFile()386 sizeof(SyncRequest) + data_length + in SendSmallFile()387 sizeof(SyncRequest)); in SendSmallFile()390 SyncRequest* req_send = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()393 p += sizeof(SyncRequest); in SendSmallFile()397 SyncRequest* req_data = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()400 p += sizeof(SyncRequest); in SendSmallFile()404 SyncRequest* req_done = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()[all …]
38 struct SyncRequest { struct
465 SyncRequest request; in handle_sync_command()