|
Blender
V2.59
|
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 102 of file undofile.c.
References BLI_addtail(), MemFileChunk::buf, MemFile::chunks, ListBase::first, MemFileChunk::ident, MEM_mallocN(), my_memcmp(), MemFileChunk::next, NULL, MemFileChunk::size, MemFile::size, and size().
Referenced by bgnwrite(), and writedata_do_write().
| void BLO_free_memfile | ( | MemFile * | memfile | ) |
Definition at line 56 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 70 of file undofile.c.
References BLO_free_memfile(), MemFile::chunks, ListBase::first, MemFileChunk::ident, and MemFileChunk::next.
Referenced by BKE_write_undo().