Searched refs:dest_last (Results 1 – 2 of 2) sorted by relevance
73 auto dest_last = std::copy(begin(input), end(input), atOffset(offset)); in writeString() local74 *dest_last = '\0'; in writeString()
244 struct rb_node *dest_node, *src_node, *dest_last, **n; in rb_copy_bmap() local269 dest_last = NULL; in rb_copy_bmap()271 dest_last = ext2fs_rb_last(&dest_bp->root); in rb_copy_bmap()272 n = &(dest_last)->rb_right; in rb_copy_bmap()275 ext2fs_rb_link_node(dest_node, dest_last, n); in rb_copy_bmap()