Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | MemFileChunk |
struct | MemFile |
Typedefs | |
typedef struct MemFile | MemFile |
Functions | |
void | add_memfilechunk (MemFile *compare, MemFile *current, char *buf, unsigned int size) |
void | BLO_free_memfile (MemFile *memfile) |
void | BLO_merge_memfile (MemFile *first, MemFile *second) |
Definition in file BLO_undofile.h.
Definition at line 100 of file undofile.c.
References BLI_addtail(), MemFileChunk::buf, MemFile::chunks, ListBase::first, MemFileChunk::ident, MEM_mallocN(), my_memcmp(), MemFileChunk::next, NULL, MemFile::size, size(), and MemFileChunk::size.
Referenced by bgnwrite(), and writedata_do_write().
void BLO_free_memfile | ( | MemFile * | memfile | ) |
Definition at line 54 of file undofile.c.
References BLI_remlink(), MemFileChunk::buf, MemFile::chunks, ListBase::first, MemFileChunk::ident, MEM_freeN(), and MemFile::size.
Referenced by BKE_reset_undo(), BKE_write_undo(), and BLO_merge_memfile().
Definition at line 68 of file undofile.c.
References BLO_free_memfile(), MemFile::chunks, ListBase::first, MemFileChunk::ident, and MemFileChunk::next.
Referenced by BKE_write_undo().