Searched defs:CopyResult (Results 1 – 5 of 5) sorted by relevance
513 pub(super) enum CopyResult { enum519 impl CopyResult { implementation542 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()646 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
142 struct CopyResult { struct143 CordRep* edge;144 int height;
42 using CopyResult = CordRepBtree::CopyResult; typedef
151 struct CopyResult { struct152 CordRep* edge;153 int height;
37 enum class CopyResult enum